body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    color: rgb(120, 120, 120);
    overflow-x: hidden;
}


.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.diffusor {
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}

.brightness {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.header {
    height: 600px;
    background-image: url("../img/Skyline3b.jpg");
    background-color: rgb(0,0,0);
    opacity: 1;
    background-size: cover;
    background-position: 50% 50%;
}

.header a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.header a:hover {
    color: rgb(240, 0, 0);
    text-decoration: none;
}

.header strong {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

strong {
    font-weight: 500;
    color: rgb(140, 140, 140)
}


a {
    color: rgb(190, 20, 40);
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: rgb(220, 140, 140);
}

.header-logo-box {
    float: left;
    margin-top: 25px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.1em;
}

.header-logo {
    color: rgb(255, 255, 255);
    font-size: 100%;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 0%;
}

.header-navi-box {
    float: right;
    margin-top: 25px;
}

.header-navi-elemente {
    color: white;
    font-size: 95%;
    font-weight: 500;
    display: block;
}

.header-navi-elemente li {
    float: left;
    list-style-type: none;
    margin-left: 25px;
}

.header-intro {
    color: rgb(255, 255, 255);
    text-align: center;
    position: absolute;
    width: 74%;
    left: 13%;
    right: 13%;
    top: 30px;
}

.header-intro-titel {
    font-size: 180%;
    font-weight: 700;
    margin-top: 50px;
}

.header h1 {
    font-family: 'Rock Salt';
    font-size: 140%;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

h1 {
    font-family: 'Rock Salt';
    color: rgb(170, 30, 50);
    font-size: 24px;
}

h2 {
    font-family: 'Rock Salt';
    color: rgb(190, 20, 40);
    font-size: 150%;
    margin-bottom: 30px;
}

h3 {
    color: rgb(190, 20, 40);
    font-size: 150%;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
}

h4 {
    color: rgb(190, 20, 40);
    font-size: 100%;
    font-weight: 500;
    letter-spacing:0.05em;
    margin-top: 40px;
}


.header-intro-text {
    font-size: 110%;
    font-weight: 400;
    letter-spacing: 0.0em;
    line-height: 1.5;
    margin-top: 40px;
}

.header-intro-abschluss {
    font-size: 130%;
    font-weight: 500;
    letter-spacing: 0.0em;
    margin-top: 60px;
}

.topstart {
    background-color: rgb(255, 255, 255);
    height: 200px;
    padding-top: 100px;
    text-align: center;
}

.textbox-dunkel {
    background-color: rgb(240,240,245);
    padding-top: 100px;
    padding-bottom: 100px;
}

.iconhell {
    color: rgb(255, 255, 255);
}

.textbox-hell {
    background-color: rgb(255,255,255);
    padding-top: 100px;
    padding-bottom: 100px;
}

.icondunkel {
    color: rgb(240, 240, 245);
}

.kontakt {
    height: 500px;
    background-color: rgb(0,0,0);
    background-image: url("../img/KontaktBG2.jpg");
    opacity: 1;
    background-size: cover;
    background-position: 50% 50%;
}

.kontakt-text {
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 60px;
}

.kontakt-text h1 {
    font-family: 'Rock Salt';
    font-weight: bold;
    font-size: 320%;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    margin-bottom: 60px;
}

.kontakt-text strong {
    font-size: 120%;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.kontakt-mail {
    font-size: 270%;
    font-weight: 500;
    color: rgb(252, 228, 94);
}

.kontakt-tel {
    font-size: 250%;
    font-weight: 500;
    color: rgb(252, 228, 94);
}

.dct-text {
    letter-spacing: 0.1em;
}

.batch-hell {
    font-family:"Batch";
    color: rgb(200,200,205);
    font-size:1300%;
    line-height:1;
    text-align: right;
    display:inline-block;
    margin-left: 30px;
  }

  .batch-dunkel {
    font-family:"Batch";
    color: rgb(200,200,205);
    font-size:1300%;
    line-height:1;
    text-align: left;
    display:inline-block;
    margin-left: 50px;
  }


.footer {
    height: 500px;
    background-image: url("../img/Skyline1b.jpg");
    background-color: rgb(0,0,0);
    opacity: 1;
    background-size: cover;
    background-position: 50% 50%;
}

.footer-text {
    text-align: center;
    padding-top: 120px;
}

.footer h1 {
    font-family: 'Rock Salt';
    font-size: 420%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    opacity: 0.3;
}

.fusszeile {
    height: 150px;
    background-color: black;
    color: rgb(255, 255, 255);
    font-size: 90%;
    letter-spacing: 0.1em;
    text-align: center;
}

.fusszeile strong {
    color: rgb(255, 255, 255);
}

.header-logo {
    color: rgb(255, 255, 255);
    font-size: 100%;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 0%;
}

.fusszeile-rechts {
    float: right;
    margin-top: 25px;
}

.header-navi-elemente {
    color: white;
    font-size: 95%;
    font-weight: 500;
    display: block;
}

.header-navi-elemente li {
    float: left;
    list-style-type: none;
    margin-left: 25px;
}


/* TEXTSLIDER */

/*
  .item-1, 
.item-2, 
.item-3 {
    position: absolute;
    display: block;
	top: 2em;
    width: 60%;
    font-size: 1.5em;
    animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.textslider {
}

.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

@keyframes anim-1 {
	0%, 8.3% { left: -100%; opacity: 0; }
  8.3%,25% { left: 25%; opacity: 1; }
  33.33%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 33.33% { left: -100%; opacity: 0; }
  41.63%, 58.29% { left: 25%; opacity: 1; }
  66.66%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 66.66% { left: -100%; opacity: 0; }
  74.96%, 91.62% { left: 25%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}
*/