/* Mit box-sizing verhindert man, dass padding auf die bestehnde Breite einer Box addiert wird. Das bedeutet, eine Box, die 100px breit ist und 20px padding an jeder Seite erhält, bleibt 100px breit und wird nicht 140px breit.  */

@viewport {
width: device-width;
zoom: 1;
}

@font-face {
font-family: "Lato";
src: url('https://berlisign.de/aa/fonts/lato/lato-v23-latin-300.ttf');
}

@font-face {
font-family: "Roboto";
src: url('https://berlisign.de/aa/fonts/roboto/roboto-v30-latin-300.ttf');
}
@font-face {
font-family: "Roboto Light";
src: url('https://berlisign.de/aa/fonts/roboto/roboto-v30-latin-100.ttf');
}
@font-face {
font-family: "Roboto Medium";
src: url('https://berlisign.de/aa/fonts/roboto/roboto-v30-latin-500.ttf');
}


/* rajdhani-300 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 300;
  src: url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-300.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-regular - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-500 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  src: url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-500.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-600 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  src: url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-600.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-700 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://berlisign.de/aa/fonts/rajdhani-v15-latin-700.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

}

img, a img {
  	border: none;
}
body {
  background-color: #21252b;

}
/*Queries*/




/* Responsive */
@media only screen (max-width: 280px){

  .wrapper {
    width: 210px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 210px;
    height: 150px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 210px;
    height: 150px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}


@media only screen and (min-width: 300px) and (max-width: 450px){

  .wrapper {
    width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 300px;
    height: 180px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 300px;
    height: 180px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}

@media only screen and (min-width: 450px) and (max-width: 650px){

  .wrapper {
    width: 450px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 450px;
    height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 450px;
    height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}

@media only screen and (min-width: 650px) and (max-width: 950px){

  .wrapper {
    width: 650px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 650px;
    height: 410px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 650px;
    height: 410px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}


@media only screen and (min-width: 950px) and (max-width: 1300px){

  .wrapper {
    width: 950px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 950px;
    height: 600px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 950px;
    height: 600px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}

@media only screen and (min-width: 1300px) and (max-width: 1700px){

  .wrapper {
    width: 1300px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 1300px;
    height: 790px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 1300px;
    height: 790px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}


@media only screen and (min-width: 1700px) and (max-width: 2000px) {

  .wrapper {
    width: 1550px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 1550px;
    height: 970px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 1550px;
    height: 970px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}

@media only screen and (min-width: 2000px) {

  .wrapper {
    width: 1900px;
    height: auto;
    margin: 0 auto;
  }

  .header {
    height: 6%;
    margin: 0 auto;
    width: 100%;

  }

  .main {
    width: 1900px;
    height: 1200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }

  .main2 {
    width: 1900px;
    height: 1200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: 0 auto;

  }
}


/* Inhalt */



.content {
  padding: 3% 4% 0% 5%;
  width: 100%;
  float: left;
}

.footer {
  width: 100%;
  text-align: right;
  padding-bottom: 3%;
  padding-right: 0.5%;
}

.box {
    padding-top: 1.6%;
    width: 56%;
    float: left;
    padding-left: 1%;
    padding-bottom: 1%;

  }

.box2 {
width: 10%;
float: right;
padding-top: 1%;
padding-bottom: 0.8%;
}

.box3 {
  width: 15%;
  float: left;
  padding-top: 2%;
}

.box4 {
  width: 14%;
  float: left;
  margin-left: 15%;
  padding-top: 2%;
}

.box5 {
  width: 16%;
  float: left;
  margin-left: 50%;
  padding-top: 5%;
}

.box6 {
  width: 13%;
  float: left;
  margin-left: 12%;
  padding-top: 5%;
}

.box7 {
  margin-top: 7%;
}

.thumbn {
  width: 33%;
  padding: 1%;
  float: left;
}

.thumbn2 {
  width: 25%;
  padding: 1%;
  float: left;
}

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

.empty2 {
height: 10%;
width: 10%;
}

.empty3 {
height: 1%;
width: 2%;
}

.left {
  float: left;
  width: 30%;
}


.logo {
  width: 85%;
  padding-bottom: 2%;
}

.logo_p {
  width: 74%;
}

.logo_b {
  width: 60%;
  margin: 0 auto;
}

.menue {
  width: 3.1%;
  margin-left: 1%;
}

.menue_text {
  color: white;
  text-transform: uppercase;
  font-size: 0.95vw;
  margin-left: 7%;
  margin-top: -2.7%;
  letter-spacing: 1;
  font-family: Rajdhani;

}

.ico img{
  width: 15%;
  margin: 3%;
}

p {
  color: white;
  font-size: 0.74vw;
  line-height: 0.9vw;
  font-family: 'Roboto Light';
}

.robotom {
  font-family: 'Roboto Medium';
}

h3 {
  font-size: 1vw;
  line-height: 1.2vw;
  font-family: 'Roboto Medium';
  color: white;

}


.p2 {
  font-family: Rajdhani;
  font-weight: 100;
  color: white;
  font-size: 1.1vw;
  line-height: 1.4vw;
}

.p3 {
  font-weight: 300;
  font-size: 0.7vw;
  line-height: 1vw;
  font-family: Lato;
}

.p4 {
  font-weight: 300;
  font-size: 0.75vw;
  line-height: 1vw;
  font-family: Lato;
}

.p2 a:hover {
  color: #71c4a7;
}

.p5 {
  font-weight: 100;
  font-size: 0.85vw;
  line-height: 1.1vw;
  font-family: Rajdhani;
  width: 70%;
}


.titel {
  font-weight: 400;
  font-size: 2.4vw;
  line-height: 1vw;
  font-family: Roboto;
  margin-top: 2.5%;
}

.titel2 {
  padding-left: 12%;
  font-weight: 300;
  font-family: Lato;
  margin-top: 5.2%;
}

.titel3 {
  padding-left: 16%;
  margin-top: 1.8%;
}

.titel4 {
  font-family: Lato;
  margin-top: 22%;
  color: #4f0d84;
  font-size: 1.5vw;
  line-height: 0.8vw;
}

.blue {
  color: #4f0d84;
  font-size: 0.6vw;
  font-family: Lato;
  margin-top: 12%;
  line-height: 0.9vw;
}

.red {
  color: #e9310f;
  font-size: 0.6vw;
  font-family: Lato;
  margin-top: 10%;
  line-height: 1.3em;
  margin-bottom: -11%;

}

.red2 {
  color: #e9310f;
  font-size: 0.6vw;
  font-family: Lato;
  margin-top: 10%;
  line-height: 0.9vw;
  margin-bottom: -11%;
  font-weight: bold;
}

.textbox {
  width: 39%;
  padding-left: 15%;
  margin-top: 8%;
  float: left;
}
.textbox2 {
  width: 31%;
  padding-left: 2%;
  padding-right: 6%;
  margin-top: 9%;
  float: left;
}

.s2 {
  color: black;
  font-size: 0.67vw;
  font-weight: 100;
  font-family: Lato;
}

.raj {
  font-family: Rajdhani;
}

.headline {
  font-size: 2.6vw;
  font-family: Lato;
  line-height: 2.2vw;
}

.headline2 {
  font-size: 0.8vw;
  font-weight: 600;
  line-height: 0.1em;
  font-family: 'Roboto Medium';
}

.headline3 {
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 2vw;
  font-family: Lato;
}

.sub {
  color: black;
  font-family: Lato;
  font-weight: 700;
  font-style: italic;
  font-size: 1vw;
  line-height: 0.9vw;
}

.sub2 {
  font-family: 'Roboto Light';
  font-weight: 300;
  font-size: 1.1vw;
  line-height: 0.4vw;
  margin-top: -1%;
}

.sub3 {
  font-family: Lato;
  font-weight: 300;
  font-size: 1.3vw;
  margin-top: -2.8%;
}

.sub4 {
  font-family: Lato;
  font-weight: 500;
  font-size: 0.7vw;
  color: #e9310f;
  margin-top: -1%;
}

.size {
  width: 30%;
  font-weight: 300;
  color: white;
  margin-top: -0.5%;
}

.size2 {
  width: 98.5%;
  padding-left: 55.5%;
  font-family: Lato;
  font-weight: 300;
  font-size: 0.72em;
  line-height: 1.4em;
  color: white;
  margin-top: 20%;
}

.size3 {
  width: 49%;
  font-weight: 300;
  padding-left: 19.1%;
  color: white;
  margin-top: 2.8%;
}

.size4 {
  width: 33%;
  margin-left: -1%;
  color: white;
  margin-top: 3%;
}

.size5 {
  width: 23%;
  margin-left: 77%;
  font-family: Lato;
  font-weight: 100;
  font-size: 0.55vw;
  color: white;
  margin-top: 1%;
}

.size6 {
  width: 25%;
}

.ps {
  text-align: right;
  font-family: Roboto;
  color: white;
  font-weight: 300;
  font-size: 0.6vw;
  line-height: 1.1vw
  margin-top: -2%;
}

.ps2 {
  text-align: right;
  font-family: Roboto;
  font-size: 0.5vw;
  line-height: 0.65vw;
  font-weight: 300;
}

.ps3 {
  font-family: Roboto;
  color: white;
  font-weight: 100;
  font-size: 0.6vw;
  line-height: 1.1vw;
  padding-bottom: 2%;
  padding-top: 1%;

}

.pr {
  float: right;
  width: 25%;
  margin-top: 5%;
  padding-bottom: 1%;
}

.clear {
clear:both;
}

/* Buttons */

.button {
  width: 12.5%;
  margin-left: 19%;
  padding: 0% 2%;
  text-align: center;
  border: 1px solid white;
}


.but {
  font-weight: 300;
  font-family: Lato;
}

.logos_tief {
  height: auto;
  padding-left: 19.1%;
  padding-top: 3%;
  padding-bottom: 3%;
}

a {
  color: white;
  text-decoration: none;
}


h1 {
  color: white;
  font-size: 1.7em;
  font-family: 'Rajdhani';
  line-height: 0.1em;
  font-weight: 600;
}

h2 {
   font-weight: 400;
   font-size: 2.2vw;
   line-height: 1.6vw;
   font-family: 'Roboto';
   color: white;
   padding-bottom: 3px;
}


/* Video */
.orange {
  padding: 1% 0 0 0;
}
.visuals {
}

video::-webkit-media-controls {
}
/*display:none !important;*/

video::-webkit-media-controls-enclosure {
  display:none !important;
}

.iscream {
  padding-left: 17%;
  padding-top: 14%;
  padding-bottom: 6%;
}

/* Slideshow*/
.slideshow {
  padding-top: 0;
}


.slideshow img {
  display: block;
  width: 60%;
}

.carousel-cell {
  width: 100%;
}

/*  align-self: baseline; */



.footer a:hover{
  color: #71c4a7;
}

.impressum {
  width: 100%;
  text-align: right;
  font-family: Rajdhani;
  font-size: 0.95vw;
  font-weight: 100;

}
