
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
******************************/

input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;

  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
/* Clearfix
*******************************/
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links
*******************************/

/* Headers
*******************************/


.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  /*background: rgba(100, 100, 100, 0.5);*/
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}

/* Headers
*******************************/
.header {
  width: 100%;
}
.header_center {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 0 0 22px 0;
}
.header_logo {
  margin: 10px 0 0 0;
}
.header_logo a img {
  max-width: 100%;
}

.page_header {
  width: 100%;
  background-color: #ff5716;
}
.center {
  max-width: 984px;
  margin: 0 auto;
}
.page_header_logo {
  margin: 18px 21px 0 0;
}
.page_header_title {
  line-height: 70px;
  margin: 0;
  font-size: 34.84px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 0 0 0;
  text-transform: none;
}



.flexslider {
  width: 100%;
  height: 550px;
  position: relative;
 
}
.flexslider .slides li {
  display: none;
  height: 550px;
  width: 100%;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 20px;
  position: absolute;
 background:url(../images/icon/slider_prev.png) no-repeat;
  width: 70px;
  height: 70px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  background: url(../images/icon/slider_prev_hover.png) no-repeat;
}
.flexslider .flex-direction-nav .flex-next {
  right: 20px;
  position: absolute;
  background: url(../images/icon/slider_next.png) no-repeat;
  width: 70px;
  height: 70px;
}
.flexslider .flex-direction-nav .flex-next:hover {
  background: url(../images/icon/slider_next_hover.png) no-repeat;
}
.flexslider .descr {
  visibility: hidden;
  width: 60%;
  height: 200px;
  /*bottom: 164px;
		left: 178px;
		background:#f4f6f8;*/
 line-height:35px;
  bottom: 20%;
  left: 8%;
  padding: 0;
  
}
.flexslider .descr h1 {
  color: #00e2ce;
  font-weight: normal;
  margin: 0;
  padding-left:23px;
  overflow: hidden;
 text-transform:uppercase;
  font-size:33px;
}
.flexslider .descr p {
  color: #FFFFFF;
  padding: 20px 23px 0 23px;
  margin: 0;
  text-transform:uppercase;
  line-height: 45px;
  font-weight:lighter;
  
  overflow: hidden;
  font-size:34px;
}
.flexslider .descr .descr_link {
  margin: 16px 0 20px 0;
}
.flexslider .descr .descr_link a {
  color: #FFFFFF;
  background-color:#15bbac;
  margin-left:23px;

  font-size:13px;
  padding:5px 23px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.flexslider .descr .descr_link a:hover {
	color: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: url(../images/icon/submenu.png) #0d988b no-repeat right 5px center;
}
/* FlexSlider for internal pages
*******************************/
.flexslider_page {
  width: 100%;
  height: 286px;
  position: relative;
}
.flexslider_page .slides li {
  display: none;
  height: 286px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.flexslider_page .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.flexslider_page .flex-direction-nav .flex-prev {
  left: 20px;
  position: absolute;
  background: url('../images/slider_prev.png') no-repeat;
  width: 70px;
  height: 70px;
}
.flexslider_page .flex-direction-nav .flex-prev:hover {
  background: url('../images/slider_prev_hover.png') no-repeat;
}
.flexslider_page .flex-direction-nav .flex-next {
  right: 20px;
  position: absolute;
  background: url('../images/slider_next.png') no-repeat;
  width: 70px;
  height: 70px;
}
.flexslider_page .flex-direction-nav .flex-next:hover {
  background: url('../images/slider_next_hover.png') no-repeat;
}

/* Effects */
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%);
  }
  50% {
    -webkit-transform: translateX(-8%);
  }
  65% {
    -webkit-transform: translateX(4%);
  }
  80% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
/* Large Desktop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (min-width: 1200px) {
  
}
/* Defaul Desktop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (min-width: 980px) {
  
}
/* Laptop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 1020px) {
 
}
/* Tablets
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 980px) {
 
}
@media only screen and (min-width: 961px) and (max-width:1200px) {
  
  .flexslider {
  width: 100%;
  height: 480px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 480px;
  width: 100%;
}
  
}
@media (max-width: 960px) {
   .flexslider {
  width: 100%;
  height: 420px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 420px;
  width: 100%;
}

.flexslider .descr {
  visibility: hidden;
  width: 60%;
  height: auto;
 line-height:35px;
  bottom: 10%;
  left: 8%;
  padding: 0;
  
}
.flexslider .descr h1 {
 
  font-size:28px;
}
.flexslider .descr p {
  color: #FFFFFF;
  padding: 20px 23px 0 23px;
  font-size:30px;
}


}
/* Landskape Phone to Small Desktop & Portrait Tablet
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media only screen and (min-width: 741px) and (max-width:850px) {
  
  .flexslider {
  width: 100%;
  height: 350px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 350px;
  width: 100%;
}
 .flexslider .descr {
  visibility: hidden;
  width: 60%;
  height: auto;
 line-height:35px;
  bottom: 10%;
  left: 8%;
  padding: 0;
  
}
.flexslider .descr h1 {
 
  font-size:24px;
  line-height:30px;
}
.flexslider .descr p {
  color: #FFFFFF;
  padding: 20px 23px 0 23px;
  font-size:26px;
}

 
}

@media only screen and (min-width: 640px) and (max-width:740px) {
  
  .flexslider {
  width: 100%;
  height: 300px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 300px;
  width: 100%;
}
  .header_center img
  {
	padding-left:30%;
  }
  
   .flexslider .descr {
  visibility: hidden;
  width: 80%;
  height: auto;
 line-height:35px;
  bottom: 10%;
  left: 12%;
  padding: 0;
  
}
.flexslider .descr h1 {
 
  font-size:21px;
  line-height:30px;
}
.flexslider .descr p {
  color: #FFFFFF;
  padding: 10px 23px 0 23px;
  font-size:24px;
}
}
@media (max-width: 639px) {
	
   .flexslider {
  width: 100%;
  height: 300px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 300px;
  width: 100%;
}
  .header_center img
  {
	padding-left:30%;
  }
  .header_center {
    text-align: center;
  }
  .header_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    float: none!important;
  }
  
  .header_telefon {
    float: none!important;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
  }

  
    
   .flexslider .descr {
  visibility: hidden;
  width: 80%;
  height: auto;
 line-height:35px;
  bottom: 10%;
  left: 12%;
  padding: 0;
  
}
.flexslider .descr h1 {
 
  font-size:21px;
  line-height:30px;
}
.flexslider .descr p {
  color: #FFFFFF;
  padding: 10px 23px 0 23px;
  font-size:24px;
}

  .events_item {
    float: none!important;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .events_item:nth-child(2n) {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .events_title,
  .training_title {
    margin-bottom: 15px;
  }
  .event_pic_left,
  .event_pic_right {
    width: 100%;
  }
  .page_header_title {
    font-size: 20px;
  }
}
/* Up to Landskape Phone
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 480px) {
	  .flexslider {
  width: 100%;
  height: 230px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 230px;
  width: 100%;
}
  .flexslider .descr {
    bottom: 50px;
	display:none;
  }

 
}
/* Up to Portrait Phone
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 420px) {
  .flexslider {
  width: 100%;
  height: 140px;
  position: relative;
  margin-top:0px;
}
.flexslider .slides li {
  display: none;
  height: 160px;
  width: 100%;
}
  .flexslider .descr {
    bottom: 50px;
	display:none;
  }
}
@media (max-width: 380px) {
 
}
