/* 
Hausfarben:
blau: 261b62;
schwarz: 1d1d1b
*/

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
	margin: 0;
	padding: 0;
}

body {
    background: #ffffff;
	color: #1d1d1b;
	font-family: "Oswald", Helvetica;
	font-size: 16px;
    font-weight: 300;
}

.box {
	display: block;
	margin: 30px auto 0 auto;
	max-width: 90%;
	padding: 0;
	width: 900px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

/* ** ** ** ** ** ** */
/* ** GENERAL ** */
/* ** ** ** ** ** ** */
a {
	color: #261b62;
	text-decoration: none;
}

strong {
    font-weight: 700;
}

p {
    margin: 0 0 15px 0;
    padding:  0;
}

ul {
    list-style: square;
}

.clear {
	clear: both;
}

/* ** ** ** ** ** ** */
/* ** HEADER ** */
/* ** ** ** ** ** ** */
.backgroundHeader {
    background: #ffffff;
}

section.logo {
	height: auto;
    padding: 75px 0;
	text-align: center;
	width: 100%;
}

section.logo img {
    max-width: 425px;
    width: 50%;
}

/* ** ** ** ** ** ** */
/* ** CONTENT ** */
/* ** ** ** ** ** ** */
.backgroundContent {
    background: #261b62;
    color: #fff;
    font-family: "Roboto Condensed", Helvetica;
    font-size: 35px;
    font-weight: 700;
}

section.content {   
    padding: 75px 0;
    width: 100%;
}

/* main column */
section.content .mainCol {
	float: left;
	padding-left: 20%;	
	padding-right: 5%;
	width: 25%;
}

/* right column */
section.content .rightCol {
    float: left;
    padding-left: 5%;
    padding-right: 20%;
    width: 25%;
}

/* datenschutz */
section.content .datenschutz {
    font-size: 14px;
    padding: 75px 10%;
    width: 80%;
}

section.content .datenschutz a {
    color: #ffffff;
}


/* ** ** ** ** ** ** */
/* ** FOOTER ** */
/* ** ** ** ** ** ** */
.footer {
    color: #261b62;
    font-size: 16px;
    line-height: 1.6;
    padding: 75px 10% 15px 10%;
}

.footer a {
    color: #261b62;
}

.footer h2 {
    padding-bottom: 0;
}

.footer .col1,
.footer .col2,
.footer .col3 {
    float: left;
    width: 33%
}

/* ** ** ** ** ** ** */
/* ** COPYRIGHT ** */
/* ** ** ** ** ** ** */
.copyright {    
    display: block;
    font-size: 12px;
	margin: 15px auto;
	max-width: 90%;
	padding: 0;
	width: 900px;
}

@media (max-width: 700px) {
    .box {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
        -webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }
    
    section.content  .mainCol,
    section.content  .rightCol {
        clear: both;
        float: none;
        min-height: inherit;
        padding: 5% 10%;
        text-align: center;
        width: 80%;
    }
    
    ul {
        list-style: none;
    }
    
    section.content  .rightCol {
        margin-bottom: 75px;
    }
    .copyright {
        margin: 15px 10%;
    }
}

@media (max-width: 640px) {
    .footer .col1,
    .footer .col2,
    .footer .col3 {
        clear: both;
        float: none;
        font-size: 18px;
        padding-bottom: 15px; 
        text-align: center;
        width: 100%;
    }
    .next-row-mobile {
        display: block;
        width: 100%;
    }
    .hidden-mobile {
        display: none;
    }   
    .copyright {
        margin: 0;
        max-width: 100%;
        text-align: center;
        width: 100%;
    } 
}
