/* 
//////////////////////////////////////////////////////////////
///////////////////////// All Style //////////////////////////
//////////////////////////////////////////////////////////////
*/

body {
  margin:0px;
  padding:0px;
  /*font-family:calibri, helvetica, arial, verdana;*/
  color:#676767;
  overflow-y: scroll;
  background-color:#ffffff;
  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  text-size-adjust:none;
  -moz-text-size-adjust:none;
  -webkit-font-size-adjust:none;
  font-size-adjust:none;
  -moz-font-size-adjust:none;

  line-height: 1.3;
}

a {
  text-decoration:none;
}

video {
  object-fit: cover;
}

.wrapper {
  max-width:1250px;
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

img {
  line-height: 0px;
  margin:0px;
  padding:0px;
}

h1 {
  margin:0px;
  padding:0px;
  color:#47A3A0;
  font-weight: normal;
  font-size:25px;
}

h2 {
  margin:0px;
  padding:0px;
  font-weight: normal;
  color:#47A3A0;
  font-size:25px;
}

h3 {
  margin:0px;
  padding:0px;
  font-weight: normal;
  color:#47A3A0;
  font-size: 18px;
}

.highlight {
  color:#47A3A0;
  font-weight: bold;
}


/*
//////////////////////////////////////////////////////////////
//////////////////////// Header Style ////////////////////////
//////////////////////////////////////////////////////////////
*/


.header_icon {
  float:left;
  width:250px;
  height:250px;
  text-align:center;
  border-radius:200px 200px 200px 200px;
  -moz-border-radius:200px 200px 200px 200px;
  -webkit-border-radius:200px 200px 200px 200px;
  border:solid 2px #ffffff;
}

.header_icon img {
  width:100%;
}


.navi_box {
  width:100%;
  float:left;
  background-color:rgba(255,255,255,0.95);
  position:fixed;
  top:0px;
  left:0px;
  z-index:9999;
}

.logo_container {
  float:left;
  padding:10px 0px 13px 0px;
}

.logo_container img {
  width:250px;
  margin-bottom:-5px;
}

.navi_container {
  float:right;
}

.navi {
  float:left;
  text-align:center;
  width:100%;
  margin-top:58px;
}

.navi a {
  color:#575756;
  font-size:19px;
}

.navi a:hover {
  color:#47A3A0;
}

.curnav {
  color:#47A3A0;
  display:block;
  background-position: bottom center;
  background-repeat: no-repeat;

}

.subnavi {
  font-size:17px;
}

/*
//////////////////////////////////////////////////////////////
////////////////// Slider Einstellungen //////////////////////
//////////////////////////////////////////////////////////////
*/


.header_box {
  float:left;
  width:100%;
  height:800px;
  background-color:#1a1e2c;
  overflow:hidden;
}

#my_fader {
  width:100%;
  height:800px;
  float:left;
  overflow:hidden;
}

.header_box a {
  color:#ffffff;
}

.header_box a:hover {
  color:#ffffff;
}

.header_container {
  float:left;
  width:100%;
  min-height:300px;
  overflow:hidden;
  color:#ffffff;
  font-size:50px;
  font-weight: bold;
  background-color:rgba(0,0,0,0.5);
}

#slide_container {
  position:relative;
  float:left;
  width:100%;
  height:100%;
  display:block;
}

.slides {
  position:absolute;
  display:none;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-size: auto 100%;
  background-position:center center;
  background-repeat: no-repeat;
}

@media (min-device-width: 1280px) {
  .slides {
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-position:center center;
    background-repeat: no-repeat;
  }
}


/*
//////////////////////////////////////////////////////////////
/////////////////// Content Einstellungen ////////////////////
//////////////////////////////////////////////////////////////
*/

.moodleButton {
  float:left;
  padding:0.8em 1.4em;
  border:solid 0.15em #ffffff;
  color:#ffffff;
  font-weight: bold;
  font-size: 1.5em;
  cursor:pointer;
  background-color:#47A3A0;

          border-radius: 0.8em 0.8em 0.8em 0.8em;
     -moz-border-radius: 0.8em 0.8em 0.8em 0.8em;
  -webkit-border-radius: 0.8em 0.8em 0.8em 0.8em;
}


.upper_content {
  margin-bottom:80px;
  float:left;
  width:100%;
  margin-top:80px;
  padding:40px 0px;

  background-color:#000000;

  background-image: url('img/left_corner.png'), url('img/right_corner.png'), url('img/index_upper_content.jpg');
  background-position: left bottom, right top, center center;
  background-size: 150px auto, 150px auto, 100% auto;
  background-repeat: no-repeat;
  color:#ffffff;
}

.upper_content h2 {
  color:#83FF00!important;
  font-size: 16px;
}

.upper_content a {
  color:#83FF00!important;
}

.upper_content a:hover {
  color:#ffffff!important;
}

.lower_content {
  margin-bottom:80px;
  float:left;
  width:100%;
  margin-top:80px;
  padding:40px 0px;

  background-color:#000000;

  background-image: url('img/left_corner.png'), url('img/right_corner.png'), url('img/index_upper_content.jpg');
  background-position: left bottom, right top, center center;
  background-size: 150px auto, 150px auto, 100% auto;
  background-repeat: no-repeat;
  color:#ffffff;
}


/*
//////////////////////////////////////////////////////////////
//////////////////// Footer Einstellungen ////////////////////
//////////////////////////////////////////////////////////////
*/


.footer {
  width:100%;
  float:left;
  font-size:14px;
  padding:30px 0px;
  background-color:#353535;
  color:#ffffff;
}

.footer_links {
  margin-left:12px;
}

.footer a {
  color:#ffffff;
  text-decoration:underline;
}

.footer a:hover {
  color:#47A3A0;
}


/*
//////////////////////////////////////////////////////////////
//////////// Dropdown Navigation Einstellungen ///////////////
//////////////////////////////////////////////////////////////
*/


#nav {
  display:inline-block;
}

#nav li {
  float: right;
  margin: auto;
}

.mouseover{
  margin:0 1em;
  display:block;
}

#nav li ul {
  text-align:left;
  position: absolute;
  max-width: 13em;
  left: -999em;
  background-color:#ffffff;
  margin-left:10px;
}

#subnav li {
  max-width:13.5em;
  min-width:13.5em;
  padding: 0px;
  text-align: left;
}

#subnav .mouseover {
  padding:5px;
  display:block;
}

#subnav li ul {
  max-width: 7em;
}

#nav, #nav ul {
   padding: 0;
   margin: 0;
   list-style: none;;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
   left: -1100em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
   left: auto;
}

li>ul {
   top: auto;
   left: auto;
}



/* 
//////////////////////////////////////////////////////////////
///////////////////////// Slick Style ////////////////////////
//////////////////////////////////////////////////////////////
*/

.movie_information {
  float:left;
  width:40%;
  margin:0 5%;
}

#slick button {
  padding:5em 1em 0 0;
}

.slider {
  width: 100%;
  margin:0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: transparent!important;
  height:5em;
  display:block;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.slick-next:before {
  background-image: url('img/arrow_right.jpg');
}

.slick-prev:before {
  background-image: url('img/arrow_left.jpg');
}


.simular_cover {
  /*width:100%;*/
  height:170px;
  float:left;
}

.simular_cover img{
  height:100%;
}

.simular_movie {
  /*padding:4%;
  width:92%;
  max-width:400px;*/
  float:left;
}

.slick-slide {
  max-width:300px!important;
  float:left;
  width:auto!important;
  margin:0px 15px;
}













/* 
//////////////////////////////////////////////////////////////
/////////////////////// Content Style ////////////////////////
//////////////////////////////////////////////////////////////
*/


.gauge_box {
  float: left;
  width: 300px;
}

.gauge {
  width: 300px;
  height: 225px;
  margin-top:-40px;
}


.input_text {
  padding:6px 10px;
  border:1px solid #676767;
  width:478px;
  font-size:16px;
  font-family: 'Comfortaa', sans-serif;
}

.contact_message {
  padding:6px 10px;
  border:1px solid #676767;
  width:678px;
  height:380px;
  font-size:16px;
  font-family: 'Comfortaa', sans-serif;
}

.input_submit {
  float:right;
  padding:15px 7px;
  border:1px solid #FF0000;
  font-size:18px;
  cursor:pointer;
  color:#FF0000;
  font-family: 'Comfortaa', sans-serif;
  background-color:#ffffff;
}

.input_submit:hover {
  border:1px solid #676767;
  color:#676767;
}

.content_button {
  float:right;
  padding:15px 7px;
  border:1px solid #FF0000;
  font-size:18px;
  cursor:pointer;
  color:#FF0000;
}

.content_button:hover {
  border:1px solid #676767;
  color:#676767;
}

.green_highlight {
  color:#83FF00;
}

.red_highlight {
  color:#FF0000;
}

.content {
  width:100%;
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
  float:left;
}

.content a {
  color:#47A3A0;
  text-decoration:underline;
}

.shop_caths {
  float:left;
  width:100px;
  height:250px;
  background-repeat:no-repeat;
  margin-left:40px;
  margin-right:40px;
}

.cath_infos {
  float:left;
  width:100%;
  min-height:200px;
  display:none;
  margin-top:10px;
  padding-bottom:10px;
  border-bottom-style:solid;
  border-bottom-color:#676767;
  border-bottom-width:1px;
}

.contact {
  border: 2px solid rgb(102,158,66);
  
  box-shadow:0px 0px 2px black;
  -moz-box-shadow:0px 0px 2px black;
  -webkit-box-shadow:0px 0px 2px black;
  
  width:369px;
  height:20px;
  padding:1px;
}

.contact_text {
  border: 2px solid rgb(102,158,66);
  
  box-shadow:0px 0px 2px black;
  -moz-box-shadow:0px 0px 2px black;
  -webkit-box-shadow:0px 0px 2px black;
  
  padding: 1px;
  width:369px;
  height:195px;
}

#submit {
  color:white; 
  background-color:rgb(102,158,66); 
  width:113px; 
  height:25px;
  
  box-shadow:0px 0px 2px black;
  -moz-box-shadow:0px 0px 2px black;
  -webkit-box-shadow:0px 0px 2px black;
  
  font-size:17px;
  border:0px;
}






/* 
//////////////////////////////////////////////////////////////
/////////////////////// Formular Style ///////////////////////
//////////////////////////////////////////////////////////////
*/

.formBlock {
  float:left;
  width: 100%;
  margin-bottom:2.5em;
}

.formElement25 {
  float:left;
  width: 25%;
}

.formElement50 {
  float:left;
  width: 50%;
}

.formElement100 {
  float:left;
  width: 100%;
}

.formName {
  float:left;
  width:100%;
}

.formInput {
  float:left;
  width:100%;
  margin-top:0.5em;
}



input[type='radio'] {
  width:auto;
  float:left;
  margin-right:0.75em;
  border:none;
  cursor:pointer;
}

label {
  cursor:pointer;
}

select {
  border:#676767 0.1em solid;
  padding:1em 1.2em;
  width:70%;

  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  background-color:transparent;
  color:#676767;
}

.listing {
  float:left;
  width:100%;
  margin-bottom:0.5em;
}


.registerComment {
  border:#676767 0.1em solid;
  padding:1.1em;
  width:82.5%!important;

  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  color:#676767;

  background-color:transparent;
  height:12em;
}


.textfield {
  border:#676767 0.1em solid;
  padding:1.1em;
  width:95.5%!important;

  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  color:#676767;

  background-color:transparent;
  height:300px;
}

.inputfield {
  border:#676767 0.1em solid;
  padding:1.1em;
  width:65%;

  font-family: 'Comfortaa', sans-serif;
  font-size: 15px;
  background-color:transparent;
  color:#676767;
}

.submitfield {
  cursor:pointer;
  font-family: 'Comfortaa', sans-serif;

  float:left;
  padding:0.8em 1.4em;
  border:solid 0.15em #ffffff;
  color:#ffffff;
  font-weight: bold;
  font-size: 1.5em;

  background-color:#47A3A0;
}















