/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* BASIC STYLES */

img{
	max-width: 100%;
}

p, h1, h2, h3{
	padding: 0;
	margin: 0;
}

.clear{
	clear: both;
}

.inactive{
	display: none;
}

/* FONTS */

@font-face {
    font-family: 'faz_ad_grotesk_condregular';
    src: url('webfontkit/fazadgrocon-webfont.eot');
    src: url('webfontkit/fazadgrocon-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/fazadgrocon-webfont.woff') format('woff'),
         url('webfontkit/fazadgrocon-webfont.ttf') format('truetype'),
         url('webfontkit/fazadgrocon-webfont.svg#faz_ad_grotesk_condregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'faz_ad_grotesk_cond_demi_bdRg';
    src: url('webfontkit/fazadgrocondembd-webfont.eot');
    src: url('webfontkit/fazadgrocondembd-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/fazadgrocondembd-webfont.woff') format('woff'),
         url('webfontkit/fazadgrocondembd-webfont.ttf') format('truetype'),
         url('webfontkit/fazadgrocondembd-webfont.svg#faz_ad_grotesk_cond_demi_bdRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
}

.headline_header{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 78px;
	font-weight: 700;
	font-style: normal;
	line-height: 77px;
	color: white;
}

.headline_angebote{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 52px;
	font-weight: 700;
	font-style: normal;
	color: white;
	text-transform: uppercase;
}

.headline_1{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 52px;
	text-transform: none;
	font-weight: 700;
	font-style: normal;
}



.subline_1{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: white;
}

.subline_2{
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
}

.subline_header{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: white;
}

.fliesstext{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}


.kleingedrucktes{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 11px;
	line-height: 18px;
	font-weight: 300;
}


.link_1{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
}

.link_2{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
}

.menu_link{
	font-family: 'Montserrat', 'Montserrat', Helvetica, Arial ;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
	color: #002b52;
	line-height: 30px;
}

.menu_link:hover{
	color: #d1050c;
	text-decoration: underline;
}

.lgrey{
	color: #98a3af;
}

.red{
	color: #d1050c;
}

.black{
	color: #000;
}

.white{
	color: #fff;
}

.blue{
	color: #1f497d;
}

.green{
	color: #00a443;
}


.dblue{
	color: #002b52;
}

.bgrey{
	background: #e5e9ed;
}

.bg_grey{
	background: #98a3af;

}

.width_80{
	width: 80%;
	margin-left: 10%;
}

/* CONTENT */

.mobile_menu{
	display: none;
}

.menu_button{
	display: none;
}

.content_wrapper{
	width: 100%;
}

.content{
	width: 1560px;
	margin: 0 auto;
}

.content_inner{
	padding: 0 10%;
}

.content_50_menu_l{
	width: 18% !important;
	padding: 0 !important;
	float: left;
}

.content_50_menu_r{
	width: 82% !important;
	padding: 0 !important;
	float: left;
}


.content_50{
	width: 50% !important;
	padding: 0 !important;
	float: left;
}

.content_50_l{
	width: 47%;
	float: left;
	padding-right: 3%;
}

.content_50_r{
	width: 47%;
	float: left;
	padding-left: 3%;

}

.content_70{
	width: 70% !important;
	padding: 0 !important;
	float: left;
}

.content_33_l{
	width: 28%;
	float: left;
	padding-right: 4%;
}

.content_33_m{
	width: 28%;
	float: left;
	padding-left: 4%;
	padding-right: 4%;

}

.content_33_r{
	width: 28%;
	float: left;
	padding-left: 4%;

}

.fullwidth_wrap{
	width: 100%;
	text-align: center;
}


.padding_top10{
	padding-top: 10px;
}

.padding_top15{
	padding-top: 15px;
}

.padding_top30{
	padding-top: 30px;
}

.padding_top50{
	padding-top: 50px !important;
}

.padding_top70{
	padding-top: 70px !important;
}

.padding_top80{
	padding-top: 80px !important;
}

.padding_top150{
	padding-top: 150px !important;
}


.padding_bottom10{
	padding-bottom: 10px;
}

.padding_bottom20{
	padding-bottom: 20px;
}

.padding_bottom30{
	padding-bottom: 30px;
}

.padding_bottom50{
	padding-bottom: 50px;
}

.padding_bottom70{
	padding-bottom: 70px;
}


.padding_bottom100{
	padding-bottom: 100px;
}


.position_realtive{
	position: relative;
}

.margin_top10{
	margin-top: 10px !important;
}

.margin_top30{
	margin-top: 30px !important;
}

.margin_top50{
	margin-top: 50px !important;

}

.margin_top80{
	margin-top: 80px !important;
}

.margin_top150{
	margin-top: 180px;
}

.margin_left10{
	margin-left: 10px;
}

.margin_left20{
	margin-left: 20px;
}

.margin_right20{
	margin-right: 20px;
}

.margin_left40{
	margin-left: 40px;
}

.margin_left50{
	margin-left: 50px;
}

.margin_left30{
	margin-left: 30px;
}

.margin_right30{
	margin-right: 30px;
}

.margin_right40{
	margin-right: 40px;
}

.margin_right50{
	margin-right: 50px;
}

.display_inline{
	display: inline;
}

.text_align_center{
	text-align: center !important;
}

.text_align_left{
	text-align: left !important;
}

.text_align_right{
	text-align: right !important;
}

.position_relative{
	position: relative !important;
}


.to_top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	cursor: pointer;
	display: none;
}

.to_top img{
	width: 40px;
	height: auto;
}


.header_puffer{
	width: 100%;
	display: none;
}

.header{
	padding: 15px 0px;
	position: fixed;
	top: 0;
	z-index: 10000;
	background: #fff;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header_elements{
	height: 30px;
}

.header img{
	height: 30px;
	width: auto;
}

#header_fr_logo, #header_goethe_logo{
	margin-left: 15px;
}

.header_motiv_wrap{
	height: 800px;
	width: 100%;
    background: url(../img/header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: flex;
	justify-content: center;
}

.header_motiv{
	text-align: center;
	align-self: center;
	width: 50%;
	position: relative;
    height: auto;
}
.header_motiv img {
    width: 100%;
}

.bg_abo_angebot{
    background: url(../img/bg_abo_angebot.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.abo_angebot_box_l{
	width: 30%;
	margin-right: 2%;
	display: inline-block;
	background: #f8f9fc;
	background: rgba(138,140,149,0.1);
	padding: 3%;
	vertical-align: top;
	margin-top: 50px;

}

.abo_angebot_box_r{
	width: 30%;
	margin-left: 2%;
	display: inline-block;
	background: #f8f9fc;
	background: rgba(138,140,149,0.1);
	padding: 3%;
	vertical-align: top;
	margin-top: 50px;

}


ul {
    list-style-type: none;
	padding-left: 0px;
	min-height: 280px;
}

ul li {

	line-height: 40px;

	padding: 0px 0px 0px 50px ;

	background-image: url('../img/bulletpoint_faz.png');
	background-repeat: no-repeat;
	background-size: 30px 30px;
	margin-top: 20px;

}



ul li span {
    display: inline-block;
    vertical-align: top;
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;

}
/*
ul li:before{
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
*/

.bulletpoints_fr ul {
    list-style-type: none;
	padding-left: 0px;
	min-height: 280px;
}

.bulletpoints_fr ul li {

	line-height: 40px;

	padding: 0px 0px 0px 50px ;

	background-image: url('../img/bulletpoint_fr.png');
	background-repeat: no-repeat;
	background-size: 30px 30px;
	margin-top: 20px;
}


.bulletpoints_fr ul li span {
    display: inline-block;
    vertical-align: top;
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}
/*
.bulletpoints_fr ul li:before{
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
*/

.aktions_titel{
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	top: -70px;
	left: 40px;
	z-index: 1000;
}

.aktions_titel_subline{
	max-width: 40%;
	margin-left: 40px;
	padding-top: 90px;
}


.preis_titel{
	display: inline-block;
	padding: 10px 5%;
	text-align: left;
	margin-top: -10px;
	width: 70%;
	position: relative;
	z-index: 1000000;
}



.bg_black{
	background: #000;
}


.bg_kontakt{
	height: 400px;
	width: 100%;
    background: url(../img/bg_kontakt.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: flex;
	justify-content: center;
}


.bg_kontakt_inner{
	text-align: center;
	align-self: center;
	max-width: 70%;
	position: relative;
}



.button_red{
	padding: 15px 50px;
	background: #ce1123;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button_red:hover{
	background: #b80e1f;
	color: #fff;
}



.button_green{
	padding: 15px 50px;
	background: #00a443;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button_green:hover, .button_green:focus, .button_green:active{
	background: #008637;
	color: #fff;
}


.button_grey{
	padding: 15px 50px;
	background: #8a8c95;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button_grey:hover{
	background: #7e808a;
	color: #fff;
}


.button_blue{
	padding: 15px 50px;
	background: #1f497d;
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-family: 'Montserrat', Helvetica, Arial ;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button_blue:hover, .button_blue:focus, .button_blue:active {
	background: #002b52;
	color: #fff;
}

.margin_button{
	margin-left: 30px;
}

#goethe_uni_kreis{
	max-width: 400px;
	height: auto;
}


.footer_logo_l{
	display: inline-block;
	width: 250px;
	max-width: 100%;
}

.footer_logo_l img{
	max-height: 35px;
}

.footer_logo_r{
	display: inline-block;
	width: 250px;
	max-width: 100%;
	margin-left: 10px;
}

.footer_logo_r img{
	max-height: 40px;
	margin-top: -30px;
}


.footer_logo{
	max-width: 200px;
}

/* Form RMN */
.margin_top70 {
    margin-top: 70px;
}
.links a {
     font-size: 12px;
}
.btn {
    background-color: #C50000 !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 1px solid #C50000 !important;
}
.fett {
    font-weight: 600;
}
.show {
	display: block;
}
.center {
	text-align: center;
}
.form_subheadline {
    font-size: 24px;
    font-weight: 600;
}
.clearing {
	clear: both;
}
.form_container {
	width: 89%;
    margin: auto;
    max-width: 800px;
}
label {
	width: 100%;
	text-align: left;
	margin: 5px 0 0 0 !important;
}
label#label_bereits_kunde {
	display: inline;
}
label#erstsemester_label,
label#widerruf_label,
label#aboangebot_label,
label#advertising_phone_label,
label#advertising_mail_label {
	font-weight: normal;
}
input,
select {
	font-weight: normal !important;
}
input#geburtsdatum,
input#geburtsdatum_fr {
    background-color: #ffffff;
}
ul.parsley-errors-list {
	min-height: 0px;
	margin: 0px !important;
}
ul.parsley-errors-list li {
	padding: 0px;
	margin-top: 0px;
	background-image: none;
}
.error-container {
	padding-left: 0px !important;
}
ul.parsley-errors-list li,
.error-container {
    color: #d1050c;
    list-style: none;
    line-height: 20px;
    font-weight: normal;
}
.form-group {
    margin-bottom: 0px !important;
}
.validierung_msg,
.error_message {
    color: #d1050c;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media screen and (max-width: 1640px) {

	.content{
		width: 1280px;
	}

}


@media screen and (max-width: 1380px) {

	.content{
		width: 1024px;
	}

	.aktions_titel {
	    top: -35px;
	    left: 7%;
	}


	.margin_left50{
		margin-left: 25px;
	}

	.menu_link{
		font-size: 12px;
		letter-spacing: 0px;
	}


	.abo_angebot_box_l{
		width: 40%;
	}

	.abo_angebot_box_r{
		width: 40%;
	}


}

@media screen and (max-width: 1124px) {

	.content{
		width: 960px;
	}

	.headline_1{
		font-size: 48px;
	}

	.headline_angebote{
		font-size: 48px;
	}

	.headline_header{
		font-size: 48px;
	}

	.margin_left50{
		margin-left: 15px;
	}

	.header_motiv{
		text-align: center;
		align-self: center;
		width: 70%;
		position: relative;
	}


}

@media screen and (max-width: 1060px) {

	.content{
		width: 90%;
	}


	.subline_2{
		font-size: 12px;
	}


	.content_inner{
		width: 90%;
		padding: 0 5%;
	}

	.preis_titel {
	    margin-top: -50px;
	    padding: 5px 5%;
		margin-bottom: 20px;
	}


	.hilfestellung{
		width: 70%;
		margin-top: 20px;
	}



	.video_wrap{
		width: 90%;
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
	}


	.bg_kontakt {
	    height: 800px;
	}


}


@media screen and (max-width: 860px) {

	.content_50_menu_l{
		width: 50% !important;
		padding: 0 !important;
		float: left;
	}

	.content_50_menu_r{
		width: 50% !important;
		padding: 0 !important;
		float: left;
	}



	.menu_button{
		display: block;
	}

	.menu{
		display: none;
	}

	.mobile_menu{
		background: #fff;
		padding-top: 40px;
		padding-bottom: 40px;
		z-index: 10000;
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		box-shadow: 0 4px 2px -2px #333;
	}

	.mobile_menu ul{
		text-align: left;
		list-style-type: none;
		padding: 0;
		max-width: 80%;
		margin-left: 10%;
	}

	.mobile_menu ul li a{
		text-decoration: none;
		color: #000;
		font-size: 20px;
		font-family: 'Montserrat', Helvetica, Arial ;
		line-height: 2em;
	}

	.header_motiv{
		text-align: center;
		align-self: center;
		width: 90%;
		position: relative;
	}


	.header_motiv_wrap{
		height: 600px;
	}

	.width_80{
		width: 100%;
		margin-left: 0%;
	}


	.abo_angebot_box_l{
		width: 90%;
		margin-right: 0;
		display: inline-block;
		padding: 5%;
		vertical-align: top;
		margin-top: 30px;
	}

	.abo_angebot_box_r{
		width: 90%;
		margin-left: 0;
		display: inline-block;
		padding: 5%;
		vertical-align: top;
		margin-top: 30px;
	}

	ul {
	    list-style-type: none;
	    min-height: auto;
	    padding-left: 0;
	}
}


@media screen and (max-width: 740px) {

	.header_motiv_wrap{
		height: 400px;
	}

	.width50_l{
		width: 97% !important;
		margin-right: 0%;
	}

	.width50_r{
		width: 97% !important;
		margin-left: 0%;
	}

	.padding_top150{
		padding-top: 75px !important;
	}

	.aktions_titel {
	    top: -35px;
	}

	.headline_1{
		font-size: 28px;
	}

	.headline_angebote{
		font-size: 28px;
	}


	.aktions_titel_subline{
		max-width: 80%;
		margin-left: 10%;
	}



	.frage_wrapper {
	    padding: 20px 0;
	}


	.button_frage{
		padding: 3% 5%;
		width: 80%;
	}

	.button_frage_a{
		padding: 3% 5%;
		width: 80%;
	}

	.button_submit{
		padding: 3% 5%;
		width: 80%;
	}

	.to_top img{
		width: 30px;
		height: auto;
	}

	.header img {
	    height: auto;
	    width: auto;
		max-width: 100%;
		line-height: 30px;
		max-height: 30px;
	}

	.padding_top80{
		padding-top: 30px !important;
	}

	.padding_top50{
		padding-top: 25px !important;
	}


	.padding_top70{
		padding-top: 40px !important;
	}

	.padding_bottom70{
		padding-bottom: 40px !important;
	}

	.margin_left50{
		margin-left: 20px;
	}

	.content_50{
		width: 100% !important;
		padding: 0 !important;
		float: left;
		margin-top: 20px;
	}

	.content_inner{
		width: 100%;
		padding: 0 0%;
	}


	.content_50_l{
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.content_50_r{
		width: 100%;
		float: left;
		padding-right: 0;
		padding-left: 0;
		margin-top: 5%;
	}




	.bulletpoints ul {
		min-height: 0px;
	}


	.bulletpoints ul li {

		line-height: 20px;

		padding: 0px 0px 0px 30px ;

		background-image: url('../img/bulletpoint_faz.png');
		background-size: 20px 20px;
		margin-top: 20px;
	}

	.bulletpoints_fr ul {
		min-height: 0px;
	}

	.bulletpoints_fr ul li {

		line-height: 20px;

		padding: 0px 0px 0px 30px ;

		background-image: url('../img/bulletpoint_fr.png');
		background-size: 20px 20px;
		margin-top: 20px;
	}

	.padding_top50{
		padding-top: 25px;
	}


	.button_blue, .button_grey, .button_green{
		padding: 15px 30px;
		font-size: 16px;
		letter-spacing: 1px;
		margin-top: 20px;
	}


	.bg_kontakt{
		height: 300px;
		width: 100%;
	    background: url(../img/bg_kontakt.jpg) no-repeat center center;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
		display: flex;
		justify-content: center;
	}


	#goethe_uni_kreis{
		max-width: 250px;
		height: auto;
	}

	.margin_button{
		margin-left: 0;
	}

}




@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.form-control {
	border: 1px solid transparent;
	background: rgba(138, 140, 149, 0.1);
	box-shadow: none;
	font-size: 120%;
	height: auto;
	margin-bottom: .5em;
}

.abo_angebot_boxes {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: row;
}
.abo_angebot_box_l,
.abo_angebot_box_r {
	flex: 1 1 auto;
	max-width: 30%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	flex-direction: column;
	justify-content: space-between;
}

.abo_angebot_box_l > img,
.abo_angebot_box_r > img {
	flex: 0 0 auto;
}

.abo_angebot_box_l > .fullwidth_wrap,
.abo_angebot_box_r > .fullwidth_wrap {
	flex: 0 1 auto;
}

@media screen and (max-width: 860px) {
	.abo_angebot_boxes {
		flex-direction: column;
	}

	.abo_angebot_box_l,
	.abo_angebot_box_r {
		flex: 1;
		max-width: inherit;
		width: 100%;
	}

}
.w300 { width: 300px; }

.xs_show { display: none; }
@media screen and (max-width: 650px) { .xs_show { display: inline; } }