/* RE.START by amselrehhase - form is function */


/* _____________________________________

   00. Webfonts
   _____________________________________ */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant/assistant-light-webfont.woff") format("woff"),
  url("../fonts/assistant/assistant-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Assistant";
  src: url("../fonts/assistant/assistant-bold-webfont.woff") format("woff"),
  url("../fonts/assistant/assistant-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* _____________________________________

   01. General Styles
   _____________________________________ */

body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Assistant", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #333;
}

/*---Language Links-*/
.lang-links, .lang-links-mob{
 text-align: right;
  margin-top:7px;
}

.lang-links a, .lang-links-mob a{
  color:#fff;
}

.lang-links a:hover, .lang-links-mob a:hover{
  color:#64898C;
}

.lang-links-mob{
  display:none;
}

/* ----------------------------------
   Bootstrap Fix: IE10
   in Windows 8 & Windows Phone 8
   ---------------------------------- */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* _____________________________________

   02. Typography
   _____________________________________ */

h1, .h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}

h2, .h2 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 0;
  margin-bottom: 30px;
}

h3, .h3 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

p, .lead {
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

p a{color:#00355f;text-decoration:underline;}

strong,
b {
  font-weight: 700;
}

.font-weight-200 {
  font-weight: 200;
}

.wrap-line {
  margin: 20px 0 50px 0;
  position: relative;
}

.wrap-line:before {
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  content: "";
  border-bottom: 1px solid;
}

#imprint p, #privacy p{
  margin-bottom:1em;
  text-align:left;
}

#privacy h2, #privacy h3, #privacy h4{
text-align:left;
}

#privacy b{
  font-size:16px;
  text-align:left;
}

/* ----------------------------------
   Icons
   ---------------------------------- */

.icon {
  line-height: 1;
}

.icon:before {
  vertical-align: bottom;
}

.icon-sm {
  font-size: 24px;
}

.icon-lg {
  font-size: 34px;
}

/* ----------------------------------
   Font Colors
   ---------------------------------- */

.text-color {
  color: #00ACC1;
}

.text-white {
  color: #fff;
}

.text-light {
  color: #aaa;
}

.text-grey {
  color: #444;
}

/* _____________________________________

   03. Backgrounds
   _____________________________________ */

.bg-color {
  background-color: #00ACC1;
}

.bg-white {
  background-color: #fff;
}

/*
.bg-white-09 {
  background-color: rgba(255, 255, 255, 0.9);
}
*/
.bg-black {
  background-color: #000;
}

.bg-solid-color {
  background-color: #1f64c5;
}

.bg-dark {
  background-color: #3A4867;;
}

.bg-light {
  background-color: #aaa;
}

.bg-bubble-color {
  background-color: #00457c;
}

.bg-square-color {
  background-color: #5E35B1;
}

/* _____________________________________

   04. Buttons, Links
   _____________________________________ */

a {
  color: #333;
  text-decoration: none;
}

a > i {
  margin: 0 7px;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a.link-white,
a.link-white:hover,
a.link-white:active,
a.link-white:focus {
  color: #fff;
}

a.link-light,
a.link-light:hover,
a.link-light:active,
a.link-light:focus {
  color: #fff;
}

.btn-row {
  margin-left: -5px;
  margin-right: -5px;
}

.btn,
a.btn {
  display: inline-block;
  margin: 0 5px;
  padding: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  transition: background .3s ease-in-out;
}

.btn i {
  margin-right: 15px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.input-group-btn:last-child > .btn {
  margin: 0 !important;
  padding: 12px 13px 13px 13px;
  line-height: 1.392;
  border: none;
}

.input-group-btn:last-child > .btn i,
.input-group-btn:last-child > .btn-group i {
  margin: 0 !important;
}

/* ----------------------------------
   Button Dark
   ---------------------------------- */

.btn.btn-dark,
a.btn.btn-dark {
  color: #fff;
  background-color: #333;
}

.btn.btn-dark:hover,
a.btn.btn-dark:hover,
.btn.btn-dark:active,
a.btn.btn-dark:active,
.btn.btn-dark:focus,
a.btn.btn-dark:focus {
  color: #fff;
  background-color: #000;
  box-shadow: none;
}

/* ----------------------------------
   Button Color
   ---------------------------------- */

.btn-color,
a.btn-color {
  color: #fff;
  background-color: #00ACC1;
}

.btn.btn-color:hover,
.btn.btn-color:active,
.btn.btn-color:focus,
a.btn.btn-color:hover,
a.btn.btn-color:active,
a.btn.btn-color:focus {
  color: #fff;
  background-color: #0097A7;
}

/* ----------------------------------
   Button White
   ---------------------------------- */

.btn-white,
a.btn-white {
  color: #333;
  background-color: #fff;
}

.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus,
a.btn.btn-white:hover,
a.btn.btn-white:active,
a.btn.btn-white:focus {
  color: #333;
  background-color: #fff;
}

/* ----------------------------------
   Button Border White
   ---------------------------------- */

.btn.btn-border-white,
a.btn.btn-border-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.btn-border-white:hover,
.btn.btn-border-white:active,
.btn.btn-border-white:focus,
a.btn.btn-border-white:hover,
a.btn.btn-border-white:active,
a.btn.btn-border-white:focus {
  color: #333;
  background-color: #fff;
  border: 1px solid #fff;
}

/* _____________________________________

   05. Forms
   _____________________________________ */
/* ----------------------------------
   Input Light
   ---------------------------------- */
/* ----------------------------------
   Input Dark
   ---------------------------------- */
/* ----------------------------------
   Alert Placeholder
   ---------------------------------- */
/* ----------------------------------
   Validation Message
   ---------------------------------- */
/* _____________________________________

   06. Spacing, Alignment, Helperclasses
   _____________________________________ */

.col-sm-offset-2 {
  margin-left: 10%!important;
}

.col-sm-8 {
  width: 80%;
}

.vert-middle {
  min-height: 700px;
  height: 100%;
  align-items: center;
  display: flex;
}

.vert-middle > div {
  width: 100%;
  vertical-align: middle;
}

.p-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-t-b-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-t-b-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-t-b-30 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.p-t-b-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-t-30 {
  padding-top: 30px;
}

.arrow-wrapper {
  padding: 30px;
}

/* _____________________________________

   07. Navigation
   _____________________________________ */

.navbar-wrapper {
  height: 60px;
  position: relative;
}

/* ----------------------------------
   Navbar Links
   ---------------------------------- */

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.navbar-links {
  float: right;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.navbar-links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.navbar-links li {
  float: left;
  opacity: 0;
  transform: translate(100%, 0);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.navbar-links .nav > li > a {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.navbar-links .nav > li {
  margin: 12px 10px;
}

.navbar-links .nav > li > a:hover {
  background-color: transparent;
}

.navbar-links .nav > li.active > a {
  border-bottom: 1px solid #fff;
}

.full-info .navbar-links li {
  transform: translate(0px, 0px);
opacity: 1;
visibility: visible;
}

/* ----------------------------------
   Navbar Button
   ---------------------------------- */

header {
  display: none;
}

.navbar-button {
  position: relative;
  float: right;
  width: 25px;
  height: 19px;
  margin: 12px 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.navbar-button span {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.navbar-button span:nth-child(1) {
  top: 0;
}

.navbar-button span:nth-child(2) {
  top: 7px;
}

.navbar-button span:nth-child(3) {
  top: 14px;
}

.navbar-open .navbar-button span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}

.navbar-open .navbar-button span:nth-child(2) {
  left: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.navbar-open .navbar-button span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}



/* _____________________________________

   08. Backgrounds
   _____________________________________ */

.section-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 700px;
  width: 100%;
  z-index: -100;
}

.section-overlay.youtube {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.section-overlay.media {
  z-index: -250;
}

.section-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.overlay-opacity {
  filter: alpha(opacity=50);
  opacity: 0.3;
}

.overlay-opacity-2 {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.overlay-opacity-3 {
  filter: alpha(opacity=60);
  opacity: 0.6;
}


.page-slide {
  height: 100vh;
  width: 100%;
  min-height: 700px;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  z-index: -800;
}

.page-amplitude-wrapper {
  position: absolute;
  top: 0;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  display: table;
  z-index: -250;
}

.page-amplitude {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
}

/* _____________________________________

   09. Preloader
   _____________________________________ */

.loader {
  position: fixed;
  z-index: 1200;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 1s linear;
}

.fade-out.loader {
  opacity: 0;
}

.fade-out .loader-inner {
  display: none;
}

.ball-scale-ripple-multiple-color > div {
  border-color: #00ACC1;
}

.ball-scale-ripple-multiple-bw > div {
  border-color: #fff;
}

.ball-pulse-sync > div, .ball-pulse > div {
  width: 10px;
  height: 10px;
  margin: 5px;
}

/* _____________________________________

   10. Modal
   _____________________________________ */



/* _____________________________________

   11. Count Down
   _____________________________________ */


/* _____________________________________

   12. Gallery
   _____________________________________ */


/* _____________________________________

   13. Misc
   _____________________________________ */

.page-info {
  min-height: 700px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sr .reveal {
  visibility: hidden;
}

.map > div {
  width: 100%;
  height: 400px;
}

.map h4, .map h5 {
  margin-top: 0;
}


/*-------------------------Background-Content------------*/
#about, #team{
  background-color:#fff;
}

#contact{
  background-color:rgba(255,255,255,0.9);
}

#imprint{
  background-color:rgba(255,255,255,0.8);
}
/*-------------------------Management------------*/

#team{

}

#management{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

#management .head{
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 18px;
  padding: 18px;
  background: rgba(255,255,255,0);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}





/*#management .head.wh{background:#FFF;}
#management .head:last-child{width:100%;}
*/


/*
.management-wrap{
  background-image:url("../images/koepfe.png");
}

*/


/*-------------------------Kontakt------------*/

/*
.contact-row{
  margin-top:36px;
  padding-top:36px;
  border-top:1px solid #333;
}

*/


#logo{
  max-width: 420px;
  height:auto;
}




/* _____________________________________

   15. Datenschutzerklärung
   _____________________________________ */
body#page-datenschutz {
  overflow: scroll!important;
}


body#page-datenschutz nav{background-color: black;}


body#page-datenschutz .overlay-opacity-2 {
  filter: alpha(opacity=40);
  opacity: 0.7;
}

body#page-datenschutz p{
  margin-bottom: 1em;
}

#datenschutz {
  max-width: 1100px;
  margin: 64px auto 0 auto;
  padding: 40px;
  color: #fff!important;
}



.nav-datenschutz{

  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;

}

.datenschutz-btn{
  display:none;
}


body#page-datenschutz header {
  display: block!important;
}


/* _____________________________________

   15. Datenschutzerklärung -2
   _____________________________________ */
body#page-datenschutz-2 {
  overflow: scroll!important;
}


body#page-datenschutz-2 nav{background-color: black;}

/*
body#page-datenschutz-2 .overlay-opacity-2 {
  filter: alpha(opacity=40);
  opacity: 0.7;
}
*/
body#page-datenschutz-2 p{
  margin-bottom: 1em;
}

#datenschutz-2 {
  background-color: rgba(255,255,255,0.8);
  padding-top:80px;
}



.nav-datenschutz{

  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;

}

.datenschutz-btn{
  display:none;
}


body#page-datenschutz-2 header {
  display: block!important;
}


@media all and (max-width:560px){
  #management .head{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 18px;
    padding: 18px;
    background: rgba(255,255,255,0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }

  .datenschutz-btn{
    display:block;
  }

  .p-t-b-15{
    max-width: 500px;
  }
  #logo {
    max-width: 500px;
    height: auto;
    width: 80%;
  }
}

@media all and (max-width:650px) {
  #animation_container, #canvas2{
    width:90%!important;
    height:auto!important;
  }

  #canvas2, #dom_overlay_container{
    width:100%!important;
    height:auto!important;
  }
}

@media all and (max-width:990px){
  body#page-datenschutz-2 .page-info, body#page-datenschutz-2 .vert-middle {
    min-height: 30px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .lang-links-mob{
    display:block;
  }

  #datenschutz-2 {
    background-color: rgba(255,255,255,0.8);
    padding-top:30px;
  }

  body#page-datenschutz-2 .mob-blind{
    display:none;
  }
}