@font-face
{
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito/nunito-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/nunito/nunito-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/nunito/nunito-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/nunito/nunito-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/nunito/nunito-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/nunito/nunito-sans-v12-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

html
{
  scroll-behavior:smooth;
}

#iconsBot
{
    height: 125px;
    margin-top:-125px;
}

#cardsStart
{
  height: 125px;
  margin-top:-125px;
}

body
{
  font-family: 'Nunito Sans', sans-serif;
}

.header-text h2
{
  font-size: 38px;
font-family: 'Nunito Sans', sans-serif;

}

.header-text h1
{
  font-size: 65px;
  font-family: 'Nunito Sans', sans-serif;
}

/* Fonts */

h1
{
    /*Page Content Titles*/
    font-size:28px;
    font-family: 'Nunito Sans', sans-serif;
    margin-top:10px;
}

h2
{
    /*Page Content Text*/
    font-size:18px;
    font-family: 'Nunito Sans', sans-serif;

}

h3
{
      /*Page Content Text*/
}

p
{
  font-size:17px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.4;
}


#headlineBig
{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 44px;
  color: white;
}

#headlineSub
{

  color:white;
  font-size:25px;
  line-height:35px;

}

.header-text h2 span
{
    padding: 20px
font-family: 'Nunito Sans', sans-serif;
}

.header-text h3 span
{
  padding: 15px;
  font-size:38px;
font-family: 'Nunito Sans', sans-serif;
}

.row
{
  margin-left: 0px;
  margin-right: 0px;
  font-family: 'Nunito Sans', sans-serif;
}

a
{
  color:#303030;
font-family: 'Nunito Sans', sans-serif;

}

font {
font-family: 'Nunito Sans', sans-serif;

}

.panel-body
{
  margin-left: 6px;
}

/* Carousel Header Styles */
.header-text
{
  /*position: absolute;*/
  top: 30%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

.header-text h2
{
  font-size: 38px;
}

.header-text h1
{
  font-size: 65px;
  font-family: 'Nunito Sans', sans-serif;
}

.header-text h2 span
{
    padding: 20px;
}

.header-text h3 span
{
  padding: 15px;
  font-size:28px;
}

.rightTable
{
    width: auto;
    margin-right: 0px;
    margin-left: auto;
}


a {
  color:#303030;
}

/* Links obere Nav Bar */
#linkTop
{
  /*color:#61615f;*/
  color: #090909;
}


/* Links obere Nav Bar */
#linkTop:hover
{
  color:#61615f;
}

/*Links in der Nav Bar */
#linkNavButton
{
  line-height: 50px;
  height:50px;
  position: relative;
  display: inline-block;
}

#linkNavButton:hover
{
  border-bottom: 2px solid #c6c6c5;
  display: inline-block;
  padding-bottom: 8px;
}

.accordion-toggle
{
  outline: none;
}


/* Cookie Banner */


.cookieBannerMain
{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 55555;
  display: flex;
  align-content: center;
  align-items: center;
  vertical-align: middle;
  display: none;
  overflow-y: auto;
}

.cookieWindow
{
  max-width: 620px;
  width:100%;
  margin:auto;
  background-color: white;
  border-radius: 8px;
  z-index: 66666;
  display: block;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.cookieHeadline
{
  display: flex;
  align-content: center;

  align-items: center;
  font-size:15px;
}

.cookieText p
{
  font-size:15px;
}

.cookieText
{
  margin-top: 10px;
  padding: 0 10px 10px 01px;

}

.cookieContainer
{
  display: inline;

}


.cookieCheckBoxContainer
{
  display: flex;
}

@import url('css-ws/awesome-bootstrap-checkbox.css');


.cookieCheckBox input[type="checkbox"]:checked+label::before
{
  background-color: #00629b;
}

.d-flex-cookie
{
  display: flex;
  justify-content: space-between;
  margin-top:30px;
}

.cookieAcceptBtn
{
  display: flex;
  flex-direction: row;
  vertical-align: center;
  justify-content: end;
}

.cookieBtn1
{
  display: inline-block;
  border-radius: 6px;
  padding: 10px 15px;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 2px;
  transition: all 0.4s;
  font-weight: bold;
  background-color:white;
  border: solid 2px;
  border-color:#00629b;
  color:#00629b;
  margin-right:10px;
}

.cookieBtn1:hover
{
  color: white;
  background-color: #01456c;
  border-color: #01456c;
}

.cookieBtn2
{
  background-color: #f59f18;
  display: inline-block;
  border-radius: 6px;
  padding: 10px 15px;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  border: solid 2px;
  transition: all 0.4s;
  font-weight: bold;
  border-color:#f59f18;
}

.cookieBtn2:hover
{
  background-color:#d08105;
  border: solid 2px;
  border-color:#c27702;
  color:white;
}

.cookieImpressum
{
  display:flex;
  flex-grow: 1;
  flex-direction: column-reverse;
}


.linkAboutCookie
{
  display: inline;
  float:right;
  text-align: right;
}

.row-checkbox
{
  margin-left: 35px;
  margin-bottom: 10px !important;
  margin-top: 0px !important;
  font-size:17px;
}


@media only screen and (max-width: 760px)
{

  .col-checkbox
  {
    padding-left: 0 !important;
  }

  .row-checkbox
  {
    margin-left: 0 !important;
  }

}



/* Fixed Container with parallex with Image*/
#fixed
{
   background-image: url("images/background/StartseiteBild1.jpg");
   min-height: 420px;
   height: 420px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#fixed2
{
   background-image: url("images/background/StartseiteBild3.jpg");
   min-height: 420px;
   height: 420px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

   overflow: hidden;
}


#fixed3
{
   background-image: url("images/background/StartseiteBild4.jpg");
   min-height: 420px;
   height: 420px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#fixed4
{
   background-image: url("images/video-preview/preview-steuervorteile.jpg");
   min-height: 420px;
   height: 420px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#fixedKUG
{
   background-image: url("images/background/Kurzarbeit.jpg");
   min-height: 420px;
   height: 420px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#fixedMUC
{
   background-image: url("images/unternehmen/HintergrundBild-MUN.jpg");
   min-height: 420px;
   height: 420px;

   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

/* Carousel Text */
#textBox
{
  padding: 20px;
}

#item-active {
  height: 700px !important;
}

#item-active-preise {
  height: 400px !important;
}

.item {
  height: 700px !important;
}

#item-preise {
  height: 400px !important;
}

.navbar-collapse.in {
    /*overflow: hidden;*/
    /*max-height: none !important;*/
    height: auto !important;
}

.disabledLink
{
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;

  filter: alpha(opacity=65);

  -webkit-box-shadow: none;

  box-shadow: none;

  opacity: .65;


}

#rightButtonDiv
 {
    display: none;
 }

#uploadDivFull
{
  width:100%;
}



.disabledLink span
{
  border-bottom: 2px solid #c6c6c5;
  display: inline-block;
  padding-bottom: 8px;
}


.photobanner img {

  margin-bottom: 50px;
  margin-right: 50px;
  margin-left: 50px;
}




/* Slideshow Reviews Index */


.pointerReview
{
  cursor: pointer;
}

.boxMobile
{
  display: none;
}

.left-arrow
{
  position: absolute;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  font-size:25px;
}

.right-arrow
{
  position: absolute;
  display:flex;
  right:0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  font-size:25px;
}



/*photobanner*/

.photobanner {
  height: 233px;
  width: 6350px;

}

.photobanner img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.photobanner img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;

  /*-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.2);*/
}

/* Make the image fully responsive */
.carousel .item img
{
   margin: 0 auto; /* Align slide image horizontally center */
   width: 100%;
   height: 700px;
   max-height: 700px;
   object-fit: cover;
   overflow: hidden;

   background-clip: border-box;
   background-size:contain;
}


/* <--------------- Index Page -------------> */


#textBox
{
  /*background-color: rgba(0, 0, 0, 0.20);*/

  padding: 20px;

  /*-webkit-box-shadow: 22px 22px 26px -12px rgba(0,0,0,0.39);
  -moz-box-shadow: 22px 22px 26px -12px rgba(0,0,0,0.39);
  box-shadow: 22px 22px 26px -12px rgba(0,0,0,0.39);*/
}

#img1
{
   background-image: url("images/background/StartseiteBild1.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#img2
{
   background-image: url("images/video-preview/preview-index02.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#img3
{
   background-image: url("images/video-preview/preview-index03.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#img4
{
   background-image: url("images/background/StartseiteBild4.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#img5
{
   background-image: url("images/background/StartseiteBild5.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#imgSicher
{
   background-image: url("images/video-preview/preview-sicher.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#imgVergleich
{
   background-image: url("images/video-preview/preview-vergleich-hr.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#imgVorteile
{
  background-image: url("images/video-preview/preview-vorteile-mitarbeiter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#imgPreise
{
  background-image: url("images/video-preview/preview-preise.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#imgKundeWerden
{
  background-image: url("images/video-preview/preview-kunde-werden.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#imgBausteine
{
  background-image: url("images/video-preview/preview-bausteine.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

#imgSteuervorteile
{
  background-image: url("images/video-preview/preview-steuervorteile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}


#fixed
{
  /* The image used */
   background-image: url("images/background/StartseiteBild1.jpg");

   /* Set a specific height */
   min-height: 400px;
   height:400px;

   /* Create the parallax scrolling effect */
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#myNavbar {
  color:#303030;
}

#linkChanged
{

  line-height: 50px;
  height:50px;
  position: relative;
  display: inline-block;

}

#linkChanged:hover {

  border-bottom: 2px solid #c6c6c5;
  display: inline-block;
  padding-bottom: 8px;

}


.navbar-default .navbar-nav > li > a
{
  color: #090909;
}

.navbar-default .navbar-nav > li > a:hover
{

  color: #61615f;
}

video {

  bottom:0;                           /* added */
  left:0;
  width:100%;
  height:auto;
}

#video-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    background-color: rgba(80, 80, 80, 0.55);
}

#video-overlay2 {
    position: relative;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    background-color: rgba(80, 80, 80, 0.55);
}

.navbar {
  position: relative;
  margin-bottom: 0px;
}

#item-active {
  height: 700px !important;
}

#item-active-preise {
  height: 400px !important;
}

#item {
  height: 700px !important;
}

#item-preise {
  height: 400px !important;
}

.carousel {
  position: relative;
  margin-top: 126px;
}

.navbar-default .navbar-toggle
{
  border-color: #ddd;
  margin-top: 12px;
}

.upper-nav {
  min-height:40px;
}

#arrowBlueSicher {
  background-position: right;
  margin-left:10px;
}

#panelTopic
{
  margin-bottom: -20px;
}

#ibeCardImage
{
  /* Opacity #1 */
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 10px;

  -webkit-box-shadow: 22px 22px 26px -12px rgba(0,0,0,0.39);
  -moz-box-shadow: 22px 22px 26px -12px rgba(0,0,0,0.39);
  box-shadow: 22px 22px 26px -12px rgba(0,0,0,0.39);

}


#imgCard
{

}

#ibeCardImage:hover
{
  opacity: 0.7;
}

#indexCardTextRow
{
  display: flex;
}



#indexInfoRowBlue
{
  background-color:#dae3f3;
  width:90%;
  position:relative;
  margin-right:80px;
}

#textPadding
{
  padding-left:50px;
}

/* <----------------- SEARCH BAR ---------- > */

#imaginary_container{
    margin-left:35px;
    margin-bottom:40px;
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
  border-right:0;
  box-shadow:0 0 0;
  border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}



/* <-------------- NAV BAR -----------------> */

.navbar-default .navbar-nav > li > a
{
  color: #090909;
}

.navbar-default .navbar-nav > li > a:hover
{

  color: #61615f;
}

.navbar-default .navbar-toggle
{
  border-color: #ddd;
  margin-top: 12px;
}

.upper-nav {
  min-height:40px;
}

.navbar {
  position: relative;
  margin-bottom: 0px;
}




/* <------------------ KUNDE WERDEN PAGE --------------> */

#infoPanelText
{
  min-height:290px;
}

#uploadDiv input
{
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

/* <------------------- Vorteile / Tabelle -----------> */

#tableCompare
{

}

#tableCompare th, td
{
  border-right:solid white 4px;
  font-size:15px;
}


#tableCompare th, td
{
  /*padding-top:20px;
  padding-bottom:20px;*/
  vertical-align: middle;
}

#tableInner th, td
{
  border:none;
  vertical-align: middle;

}

#tableCompare thead
{
  height:72px;
}

#tableImageSpace
{

  padding-top:25px;
  padding-bottom:25px;
  vertical-align: middle;

}

#iconGreen
{
  transition: transform .3s; /* Animation */
}

#iconGreen:hover
{
  transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#iconRed:hover
{
  animation: shake02 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}


/* <--------------- STEUERVORTEILE ----------------> */


#tableTextMoney
{
  align:right;
  padding-top:25px;
  padding-bottom:25px;
  vertical-align: middle;
  text-align: right;
  font-size:16px;
  padding-right:15px;
}

#tableText
{
  align:right;
  padding-top:25px;
  padding-bottom:25px;
  vertical-align: middle;
  text-align: left;
  font-size:16px;
  padding-left:15px;

}


#scaleText
{
  -webkit-transition: color 0.4s, font-size 0.4s;
     -moz-transition: color 0.4s, font-size 0.4s;
       -o-transition: color 0.4s, font-size 0.4s;
          transition: color 0.4s, font-size 0.4s;
}

#scaleText:hover
{
  font-size:22px;
}


/* <-------------- VERGLEICH HR --------------------> */


#tableImageSpaceV
{

  padding-top:10px;
  padding-bottom:10px;
  vertical-align: middle;

}

#tableImageSpaceR
{

  padding-top:10px;
  padding-bottom:10px;
  vertical-align: middle;

}


.box{
    padding:60px 0px;
}

.box-part{
    background:#FFF;
    border-radius:0;
    padding:60px 10px;
    margin:30px 0px;
}

/* <------------- SICHER --------------------------> */

#sicherTable tr td
{
  font-size: 14px;
}

/* <------------- BAUSTEINE --------------------------> */


#cardImageBausteine img
{
  width: 100%;
  height: auto;
  opacity: 1.0;
  transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  cursor: pointer;
}

#cardImageBausteine img:hover
{
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}



/* <------------- PREISE --------------------------> */

#groupItemNoBorder
{
  border: none;
}

#priceBox
{
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  transition: box-shadow 0.25s ease-in-out;

  z-index: 1;
  border-color: #ddd;

  transform: scale(1.0);
}

/*#priceBox:hover
{
  box-shadow: 0 0.925rem 0.85rem rgba(0,0,0,.205) !important;
  transition: box-shadow 0.25s ease-in-out;

  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;

  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  z-index: 1;
  border: none;

}*/

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}


/* <-------------- LOGIN ---------------------------> */

.login-form-l
{
  margin-top:5%;
  margin-bottom: 5%;
}

.login-form-1
{
  padding:5%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);

}

/* <-------------- KONTAKT ---------------------------> */

.form-control {
    height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fefefe;
    border: 2px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #333;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-control-telefon
{
  height:100px;
}

.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

.form-control:focus {
     outline: 0;
      background: #fff;
    border: 2px solid #bbb;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-group label
{
  font-weight: normal;
  font-size:16px;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }


#contactRow
{
  display: flex;
}

#contactContainer
{
  width:1170px;
}


#contactContainer a[href^="tel:"]
{
  color:white;
}


/* <-------------- UNTERNEHMEN -----------------> */

#imgMitarbeiter
{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#imgMitarbeiter:hover
{

    background-color: rgba(25, 113, 163, 0.7);
    background-color:
    transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    -webkit-transform: scale(1.10, 1.10);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




/* <-------------- LEFT FIXED ITEMS -----------------> */

#fixedLeft
{
  margin-left:-225px;
  position:fixed;
  left:0px;
  top:50%;
  background-color: #00629b;
  width:275px;
  height:50px;
  max-height:50px;
  min-height:50px;


  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#fixedBottomRight
{

  position:fixed;
  display:none;
  right:2%;
  bottom:30px;
  background-color: #00629b;
  width:50px;
  height:50px;
  max-height:50px;
  min-height:50px;

  flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  z-index: 5;


  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#fixedLeft:hover
{
  margin-left:0px;
}

#fixedBottomRight i
{
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#fixedBottomRight i:hover
{
  opacity: 0.6;
}


/* <-------------- ANIMATIONS -----------------> */

#wiggle
{
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
animation-iteration-count: 1;
animation-delay: 5s;

}

@keyframes shake
{
  10%, 90%
  {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80%
  {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70%
  {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60%
  {
    transform: translate3d(2px, 0, 0);
  }
}



@keyframes shake02 {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


/* Card Animation */


/*keyframe animations*/
.first {
  -webkit-animation: bannermove 45s linear infinite;
  -moz-animation: bannermove 45s linear infinite;
  -ms-animation: bannermove 45s linear infinite;
  -o-animation: bannermove 45s linear infinite;
  animation: bannermove 45s linear infinite;
  box-shadow: 0 0 0 #000;
  transform: translate3d(0,0,0);
}

@keyframes bannermove {
 0% {
    margin-left: 0px;
 }
 100% {
   margin-left: -3535px;
 }
 box-shadow: 0 0 0 #000;
 transform: translate3d(0,0,0);

}

@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3535px;
  }

  box-shadow: 0 0 0 #000;
  transform: translate3d(0,0,0);
}

@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3535px;
  }

  box-shadow: 0 0 0 #000;
  transform: translate3d(0,0,0);
}

@-webkit-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3535px;
 }
 box-shadow: 0 0 0 #000;
 -webkit-transform: translate3d(0,0,0);

}

@-ms-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3535px;
 }

 box-shadow: 0 0 0 #000;
 transform: translate3d(0,0,0);
}

@-o-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -3535px;
 }

 box-shadow: 0 0 0 #000;
 transform: translate3d(0,0,0);
}


/* <-------------- MEDIA QUERIS -----------------> */


@media only screen and (max-width: 790px)
{
  #textPhone {
    display: none;
  }

}

/* Hide left fixed buttons */
@media only screen and (max-width: 850px)
{
  #fixedLeft
  {
    display: none;
  }

}


/*Nav Bar Collapse */
@media only screen and (max-width: 1245px)
{
  #item-active {
    height:550px !important;
  }
  #item {
    height:550px !important;
  }

}



#navCollMenu
{
  padding-top:18px;
  max-width: 100%;
  overflow-x: hidden;
  z-index: 2;
}

/* Hide Video when too small */
@media only screen and (max-width: 1230px)
{
  #navCollMenu
  {
      padding-top:0px;
  }
}


/*@media (max-width: 1350px) {*/
@media only screen and (min-width: 746px) and (max-width: 1230px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      overflow: scroll!important;
  }

}




/* MEDIA QUERIS */

@media only screen and (max-width: 790px)
{
  #textPhone {
    display: none;
  }

}

/* Schrift kleiner Carousel */
@media only screen and (max-width: 940px)
{
  .header-text h1
  {
  font-weight: 300;
  }
}


@media only screen and (max-width: 1245px)
{
  .item-active {
    height:550px !important;
  }
  .item {
    height:550px !important;
  }
  .header-text {
    top:20%;
  }

}


/*@media (max-width: 1350px) {*/
@media only screen and (min-width: 746px) and (max-width: 1245px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      overflow: scroll!important;
  }
}

/* Sicherheit page, Balken unten */
@media only screen and (max-width: 1182px)
{
  #arrowBlueSicher {
    background-position: left;
  }

}



/* <---------- MEDIA QUERIS - INDEX PAGE -------------> */


@media only screen and (max-width: 755px)
{
  /* Index Seite - Primary Icons */
  #primaryIcons
  {
    margin-bottom:25px;
  }

  #ibeCardImage
  {
    margin-left:auto;
    margin-right:auto;
  }

  #textPadding
  {
    padding: 0px;
    text-align: center;
  }

}

@media only screen and (max-width: 485px)
{

  #topBarTxt2
  {
    display:none;
  }

}

/* <------------- MEDIA QUERIS - CONTACT ---------------> */


@media only screen and (max-width: 915px)
{

  #contactRow
  {
    display:block;
  }

  #contactContainer
  {
    width:auto;
  }
}


/* <------------- MEDIA QUERIS - LOGIN ---------------> */


@media only screen and (max-width: 675px)
{

  #loginSubText
  {
    display:none;
  }

}



/* <------------- MEDIA QUERIS - VERGLEICH ---------------> */


@media only screen and (max-width: 530px)
{

  #tableImageSpaceR
  {
    display:none;
  }

}




/* <------------- MEDIA QUERIS - UNIVERSAL ---------------> */

@media only screen and (max-width: 1182px)
{
  #responsiveTextCenter
  {
    text-align:center;
  }

  #indexInfoRowBlue
  {
    margin-right: 0px;
    width:100%;
  }

  #indexCardTextRow
  {
    display: block;
  }

  #indexCardCol
  {
    margin-top:50px;
    margin-bottom: 25px;
  }
}






/* <------------- MEDIA QUERIS - MAIN ---------------> */


/* Hide Video when too small */

/* <!------------- CAROUSEL / HEADER IMAGE ----------------> */

@media only screen and (max-width: 1050px)
{
  video
  {
    display: none;
  }

  #textBox h3 span
  {
    font-size: 25px;
  }


}

/* INITIALIZATION BEFORE MEDIA QUERIS */

.headerMobile
{
  display: none;
}

#faqButton
{
  font-size:28px;
}

#previewIndexMobile
{
  display: none;
}
#previewIndexBig
{
  display: block;
}


/* ----------------------------------*/

@media only screen and (max-width: 1250px)
{
  .boxWide
  {
    display: none;
  }

  .boxMobile
  {
    display: block;
  }

}



/*---------------------------------*/


@media only screen and (max-width: 700px)
{
  #textBox h1
  {
    font-size:50px;
  }
  #previewIndexMobile
  {
    display: block;
  }
  #previewIndexBig
  {
    display: none;
  }
}


/* Hide Video when too small - iPhone */
@media only screen and (max-width: 480px)
{

  #textBox h3 span
  {
    font-size: 20px;
  }

  #myCarousel .header-text
  {
    padding-left:25px;
    padding-right:25px;
  }

  #headlineSub
  {
    display: none;
  }

  #headlineBig
  {
    font-size: 32px;
    line-height: 1.0;
  }

  #textBox h1
  {
    font-size:38px;
  }

  #headlineBig
  {
    font-size: 32px;
  }

  .headerMobile
  {
    display: block;
  }
  .headerHide
  {
    display:none;
  }

  p
  {
    font-size:17px;
  }
  h1
  {
    font-size:26px;
  }

  #faqButton
  {
    font-size:17px;
  }

  #item-active
  {

    height: 450px !important;
  }
  .item
  {
    height: 450px !important;
  }

  #previewIndexMobile
  {
    display: block;
  }
  #previewIndexBig
  {
    display: none;
  }

}
