/* SCHRIFTEN */

@font-face {
    font-family: 'Rufina-Bold';
    src: url('fonts/Rufina-Bold.eot');
    src: url('fonts/Rufina-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rufina-Bold.woff2') format('woff2'),
        url('fonts/Rufina-Bold.woff') format('woff'),
        url('fonts/Rufina-Bold.ttf') format('truetype'),
        url('fonts/Rufina-Bold.svg#Rufina-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RespublikaFY-Light';
    src: url('fonts/RespublikaFY-Light.eot');
    src: url('fonts/RespublikaFY-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/RespublikaFY-Light.woff2') format('woff2'),
        url('fonts/RespublikaFY-Light.woff') format('woff'),
        url('fonts/RespublikaFY-Light.ttf') format('truetype'),
        url('fonts/RespublikaFY-Light.svg#RespublikaFY-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RespublikaFY-XBold';
    src: url('fonts/RespublikaFY-XBold.eot');
    src: url('fonts/RespublikaFY-XBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/RespublikaFY-XBold.woff2') format('woff2'),
        url('fonts/RespublikaFY-XBold.woff') format('woff'),
        url('fonts/RespublikaFY-XBold.ttf') format('truetype'),
        url('fonts/RespublikaFY-XBold.svg#RespublikaFY-XBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rufina';
    src: url('fonts/rufina-regular.eot');
    src: url('fonts/rufina-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/rufina-regular.woff2') format('woff2'),
        url('fonts/rufina-regular.woff') format('woff'),
        url('fonts/rufina-regular.ttf') format('truetype'),
        url('fonts/rufina-regular.svg#Rufina') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url('fonts/MinionPro-Regular.eot');
    src: url('fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MinionPro-Regular.woff2') format('woff2'),
        url('fonts/MinionPro-Regular.woff') format('woff'),
        url('fonts/MinionPro-Regular.ttf') format('truetype'),
        url('fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'RespublikaFY-XBold';
	font-size: 11px;
	line-height: 24px;
	color: black;
}

h1 {
	
}

h2 {
	font-family: 'RespublikaFY-XBold';
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 2px;
	font-weight: 100;
	color: black;
}

.rfyxbold {
	font-family: 'RespublikaFY-XBold';
	font-weight: 100;
	color: black;
}

h3 {
	font-family: 'RespublikaFY-XBold';
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 2px;
	font-weight: 100;
	color: black;
}

h4 {
	font-family: 'RespublikaFY-XBold';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: 100;
	color: black;
}

p {
	font-family: 'Rufina';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.66px;
	font-weight: 100;
	color: black;
}

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

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.66px;
	font-weight: 100;
	color: black;
	padding-left: 25px;
}

li:before {
	content: "*";
	position: relative;
	left: -15px;
	margin-right: -7px;
}

.rfylight {
	font-family: 'RespublikaFY-Light';
	font-weight: 100;
	color: black;
}

.headline {
	margin-bottom: 25px;
}

#impressum .headline, #datenschutz .headline {
	margin-bottom: 0;
}

.pressemitte a {
	font-size: 16px;
}




/* ALLGEMEIN */

* {
	margin: 0;
	padding: 0;
	word-break: break-word;
}

img {
	max-width: 100%;
}

.talright {
	text-align: right;
}

.talcenter {
	text-align: center;
}

.tcolwhite {
	color: white;
}

.oben {
	background-image: url(../media/homepage.jpg);
	background-repeat: no-repeat;
}

#presse .oben, #impressum .oben, #datenschutz .oben {
    background: none;
    min-height: unset;
}

#presse .oben .claim .nomobile, #impressum .oben .claim .nomobile, #datenschutz .oben .claim .nomobile {
    display: none;
}

#presse .mobile, #impressum .mobile, #datenschutz .mobile {
    display: none;
}

/*.oben2 {
	background-image: url(../media/hd2.png);
	background-repeat: no-repeat;
}*/

.featurebox {
	padding: 50px 0;
	margin-bottom: 30px;
	background-color: rgb(230,230,230);
}

.flexbox {
	display: flex;
	align-items: center;
}

.flex {
	flex: 1;
}



.spacer {
	min-height: 40px;
}



.col-sm-12 {
	width: 90%;
	margin: 0 auto;
}

.flexleft .rfylight {
  text-align: right;
  padding: 0 7%;
}

.mobiletext a {
	font-size: 17px;
	line-height: 20px;
}

table.logo tbody, .claim tbody {
	vertical-align: top;
}

.logo img, .claim h2 {
	margin-top: 30px;
}

.dot p, .dot a {
	color: white;
}

.dot {
	width: 100px;
	height:100px;
	background-color: black;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50px;
}

img.bs_insta {
    width: 20px;
    margin: 0 0 -5px 5px;
}






/* RESPONSIVE */



@media (max-width: 1024px) {
	.mobiletext a {
		font-size: 35px;
		line-height: 40px;
	}
	
	.flexbox .mobiletext {
		margin-bottom: 20px !important;
	}
	
	.flexbox .flex {
		flex-basis: 100%;
	}
	
	.flexbox.mobileorder :nth-child(1) {
		order: 2;
	}
	
	.flexbox.mobileorder :nth-child(2) {
		order: 1;
	}
	
	.flexbox.mobileorder :nth-child(3) {
		order: 3;
	}
	
	.dot {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		margin-top: 20px;
	    margin-bottom: 30px;
	}
    
    .oben .talcenter {
        width: 100%;
    }
    
    .logo img, .claim h2 {
    	margin-top: 0;
    }
    
	.col-md-12 {
		width: 90%;
	}
	
	.oben {
		background-position: 0% 0%;
		background-size: 100%;
		min-height: 475px;
	}
	
	.mobilefw {
		width: 100% !important;
		margin-top: 30px !important; 
	}
	
	.logo {
		padding: 40px;
		max-width: 30%;
	}
	
	.mobile {
		padding: 60px 0;
	}
	
	.nomobile {
		display: none;
	}
	
	.row {
		width: 90%;
		margin: 0 auto;
	}
	
	.fon, .mailrechts, .fax {
		display: inline-block;
		font-size: 27px;
		line-height: 30px;
	}

	.fon:before {
		content: "t";
		width: auto;
		display: inline-block;
		margin-right: 5px;
		font-family: 'RespublikaFY-XBold';
		font-size: 27px;
		line-height: 30px;
		letter-spacing: 0.66px;
	}

	.mailrechts:before {
		content: "m";
		width: auto;
		display: inline-block;
		margin: 0 5px;
		font-family: 'RespublikaFY-XBold';
		font-size: 27px;
		line-height: 30px;
		letter-spacing: 0.66px;
	}
	
	#impressum .mailrechts:before {
		margin: 0 5px 0 0;
	}

	.fax:before {
		content: "f";
		width: auto;
		display: inline-block;
		margin: 0 5px;
		font-family: 'RespublikaFY-XBold';
		font-size: 27px;
		line-height: 30px;
		letter-spacing: 0.66px;
	}
	
	.sep {
		margin: 30px 0;
	}
	
	.col-lg-6 {
		margin-bottom: 60px;
	}
	
	.unten .col-lg-4 {
		width: 90%;
		margin: 0 auto 60px;
	}
	
	.tlinks {
		width: 100%;
        margin: 0 auto;
	}
	
	.flexbox {
		flex-wrap: wrap;
	}
	
	
}


@media (min-width: 768px) {
	

	
	
	
	
	
}






@media (min-width: 1025px) {
	
	.nomobile {
		display: block;
	}
	
	.mobile {
		display: none;
	}
	
	.mobilefw {
		width: 75% !important;
	}
	
	.row {
		width: 100%;
		margin: 60px auto 60px;
	}
	
	.col-lg-6 {
		display: inline-block;
		height: 100%;
		width: 44.5%;
		padding: 0 2.5%;
		vertical-align: top;
		margin-bottom: 0;
	}
	
	.col-lg-4 {
		display: inline-block;
		height: 100%;
		width: 33%;
	}
	
	.unten .col-lg-4 {
		width: 33%;
		margin-bottom: 0;
		flex-basis: unset;
	}
	
	.logo {
		padding: 0;
		max-width: none;
	}
	
	.logo img {
		max-width: 50%;
	}

	.fullscreen {
		height: 100vh;
	}
	
	.oben {
		min-height: 475px;
	}

	.unten {
		height: 50vh;
	}

	.oben {
		background-position: 50% 45%;
		background-size: 100%;
	}
	
	.oben2 {
		height: auto !important;
		background-size: 100%; 
	}

	.sep {
		margin: 30px 0;
	}

	.tlinks {
		padding-left: 5%;
		padding-right: 5%;
		height: 100%;
		width: 100%;
	}

	.col-4 {
		display: inline-block;
		width: 28.333%;
		margin: 50px 2.5%;
	}
	
	.fon, .fon:before, .mailrechts, .mailrechts:before, .fax, .fax:before {
		font-size: 16px;
		line-height: 24px;
	}
	
	.flexbox {
		display: flex;
	}
	
	.presseflex {
		display: flex;
		align-items: flex-start;
		width: 75%;
		margin: 0 auto;
		border-top: 1px solid black;
	}

	.flexleft, .presserechts {
		flex: 0.12;
	}

	.presserechts {
		flex: 0.2;
	}

	.pressemitte {
		flex: 0.68;
	}
	
	.row .presseflex:last-child {
    	border-bottom: 1px solid black;
	}
}

.oben {
    display: flex;
    align-items: flex-start;
}

.oben col-lg-4 {
    display: unset;
}


@media (max-width: 1024px) {
    .presseflex {
        display: block;
        border-top: 1px solid black;
    }
    
    .presseflex.last {
        border-bottom: 1px solid black;
    }
    
    .presseflex .flexleft > * {
        text-align: left;
        padding: 10px 0 0;
    }
    
    .presseflex .talright {
        text-align: left;
        padding: 0 0 10px;
    }
    
    .mobiletext .dot p {
    	font-size: 35px;
    }
}