/*
	c goeldiweb.ch
*/
/*
    This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup { vertical-align: top; position: relative; top: -0.5em; font-size:0.7em;}
/* Paul Irish said:; http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}
input {
	margin-top:0 !important;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** L A Y O U T
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.standard_col {
	margin:0 auto;
	max-width:1280px;
}

/********************************************************************************************************************************************************/
/*** make smaller content
/********************************************************************************************************************************************************/
@media screen and (max-width:1420px) {
.standard_col {
	max-width: 1140px;
}
}
/********************************************************************************************************************************************************/
/*** full width
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
.standard_col {
	max-width: 100%;
}
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** G E N E R A L   S T Y L I N G
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

body {
	background-color:#d4dddb;
	font-family:"Helvetica Neue Roman",Helvetica,Arial,sansserif;
	color: #717171;
	font-size:19px;
	line-height: 30px;
}
a {
	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
	text-decoration: none;
	color: #717171;
	font-size:23px;
}
p a {
	font-size:19px;
}
h2 {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	color: #d8011e;
	font-size:30px;
	padding-bottom: 3px;
	padding-top:12px;
	text-transform: uppercase;
	line-height: 32px;
}
h3 {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	color: #d8011e;
	font-size:23px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
h3 a {
	color: #d8011e;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
.h2_claim {
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
	color: #717171;
	font-size: 30px;
	margin: 0 0 21px;
	text-transform: uppercase;
	line-height: 32px;
}
h2.standalone {
	margin-bottom: 17px;
}
h2.standalone_short, h3.standalone_short {
	margin-bottom: 10px;
}
h3.with_margin_bottom {
	padding-bottom:32px;
}
p {
	margin-bottom:32px;
}
b {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
section ul {
  list-style: none;
    margin-left: 0;
    padding-left: 0;
}
section ul > li {
  	position: relative;
    padding-left: 30px;
}
section ul.extend_margin > li {
    margin-bottom: 16px;
    font-size:22px;
}
section ul.emph > li {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
section ul > li:before {
   	content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url(img/listbullet.png);
    left: 0;
    top: 8px;
}
input, textarea {
	display: block;
	width:100%;
	font-size:16px;
	padding: 5px 12px 7px 12px;
	border:0;
	color:#717171;
	font-family:"Helvetica Neue Roman",Helvetica,Arial,sansserif;
	border-radius:0;
	margin-bottom:6px;
}
.pflichtn.web {
	display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717171;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #717171;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #717171;
}
:-moz-placeholder { /* Firefox 18- */
  color: #717171;
}
.formbuttons input {
	-webkit-appearance: none;
    -moz-appearance: none;
	display: inline-block;
	width:auto;
	height: 42px;
	margin-left:13px;
	padding:0 22px;
	font-size:18px;
	color:#d8011e;
	line-height: 41px;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	text-transform: uppercase;
	background-color: #fff;
	cursor: pointer;
	border-radius:0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: url(img/button_down.png) no-repeat;
    background-position: right 7px top 7px;
    width: 100%;
    outline: none;
    border:0;
    text-overflow: "";
    font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
    color: #717171;
    margin-bottom: 6px;
    display: inline-block;
    font-size: 16px;
    background-size: 30px 30px;
    cursor: pointer;
    padding: 5px 12px 7px 12px;
    background-color: #fff;
}
textarea {
	margin-bottom:18px;
	height:230px;
}
.checked input.error,.checked  select.error,.checked  textarea.error {
	border-left:4px solid #d8011e;
}
#kontaktformular textarea {
	height: 130px;
}
#kontaktformular .half-mb {
	margin-bottom: 16px;
}
.formbuttons {
	text-align: right;
}
.formbuttons input.cancel {
	color:#717171;
}
.upper {
	text-transform: uppercase;
}
.small, .small a {
	font-size:17px;
	line-height: 23px;
}
.push_right {
	float:right;
}
.button_link {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	background-color:#d8011e;
	color:#fff;
	text-transform: uppercase;
	height: 42px;
	line-height: 41px;
	font-size:18px;
	display: inline-block;
	text-align: center;
	width:360px;
	max-width: 100%;
}
.go_up_a_little_bit {
	position: relative;
	top:-9px;
}
.go_down_a_paragraph {
	position:relative;
	top:32px;
}
@media screen and (max-width:1280px) {
body {
	font-size:20px;
	line-height: 26px;
}
a {
	font-size:20px;
}
}
@media screen and (max-width:414px) {
h2 {
	font-size:24px;
	padding-bottom:0;
}
h3 {
	font-size:20px;
}
.h2_claim {
	font-size:24px;
}
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** H E A D E R 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

header {
	position: fixed;
	top:0;
	width:100%;
	z-index:1100;
}

header p, header .nav > a {
	font-size:16px;
	text-transform: uppercase;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
.top_line {
	display:flex;
	justify-content: space-between;
	padding:0 40px;
	background-color: #d8011e;
	height:40px;
}
.top_line p, .top_line a {
	color:#fff;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	font-size:16px;
}
.top_line p {
	line-height: 28px;
	margin: 4px 0 4px;
}
.top_line p span {
	border-right:1px solid #fff;
	padding-right:12px;
	margin-right:12px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.top_line p span:last-child {
	border-right:0;
	padding-right:0;
	margin-right:0;
	z-index:1100;
}
.language_sel  {
	opacity:0.7;
	display:none;
}
.nav_logo {
	height:130px;
	background-color: #fff;
	position: relative;
}
.nav {
	padding-left: 15px;
	position: relative;
}
.nav > a {
	color: #d8011e;
	border-bottom: 6px solid #ffffff;
	margin: 12px 30px 0 0;
	padding-bottom: 6px;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	font-size: 17px;
	display: inline-block;
	transition:color 0.5s ease, border-color 0.5s ease;
}
.nav > a:hover, .nav > a.active {
	color:#c21929;
	border-color:#d8011e;
}

/********************************************************************************************************************************************************/
/*** Logo
/********************************************************************************************************************************************************/
.main_logo {
	position:absolute;
	top:45px;
	right:40px;
	width:360px;
}
.main_logo img {
	width:100%;
	height: auto;
}
.main_logo_mobile {
	display: none;
}
@media screen and (max-width:900px) {
.main_logo {
    right: 20px;
}
.main_logo_mobile {
	display: inline-block;
	position: relative;
	top:40px;
	right: auto;
}
.main_logo_desktop {
	display: none;
}
.nav_logo {
	height:114px;
	text-align:center;
}
}

@media screen and (max-width:767px) {
.main_logo {
    right: 0;
}
.main_logo_mobile {
	top:22px;
}
.nav_logo {
	height:80px;
}
}


@media screen and (max-width:450px) {
.main_logo img{
    max-width: 265px;
}
.main_logo_mobile {
    top: 28px;
}
}

@media screen and (max-width:350px) {
.main_logo img{
    max-width: 240px;
}
}

/********************************************************************************************************************************************************/
/*** Nav
/********************************************************************************************************************************************************/
.whitespace {
	height: 30px;
	background-color: #fff;
	z-index: 900;
	position: fixed;
	top: 170px;
	width: 100%;
}

.nav_board {
	position:absolute;
	padding: 0;
	display: flex;
	justify-content:flex-start;
	top:5px;
	left:-12px;
	z-index:1;
}
.nav_board ul a {
	color:#fff;
	font-size:15px;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
}
.nav_board ul li:hover a {
	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
}
.nav_board ul li.active a {
	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
	color:#d8011e;
}
.nav_board ul li {
	line-height:25px;
	margin-left:10px;
}
.nav_board ul > li:before {
   	display: inline-block;
    content: "-";
    width: 8px;
    margin-left: -8px;
    color: #fff;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
}
.nav_board ul > li:hover:before {
   	font-family: "Helvetica Neue Roamn",Helvetica,Arial,sansserif;
}
.nav_board ul > li.active:before {
   	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
   	color:#d8011e;
}
.nav_board .nav_board_item {
	width:145px;
	padding:0;
	display: flex;
	flex-direction: column;
}
.nav_board .nav_board_item:nth-child(4) {
	width:137px;
}
.nav_board .nav_board_item .top_menu{
	display: block;	
	flex: 0 0 auto;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	text-transform: uppercase;
	color:#535557;
	font-size: 16px;
	padding: 0 0 0 10px;
	border-bottom:5px solid transparent;
	line-height: 37px;
	position: relative;
	z-index:101;
}
.nav_board .nav_board_item:hover .top_menu {
	border-bottom-color:#404040;
}
.nav_board .nav_board_item .top_menu.active {
	color:#d8011e;
}
.nav_board:hover .nav_board_item .top_menu.active {
	border-bottom-color:#d8011e;
}
.nav_board .nav_board_item ul{
	background-color: #404040;
	background-color: rgba(64,64,64, .9);
	flex: 1 0 auto;
	padding:10px 5px 15px 10px;
	list-style: none;
    margin-left: 0;
	opacity:0;
	pointer-events: none;
	position: relative;
	top:-5px;
	z-index:100;
}
.nav_board .nav_board_item:hover ul{
	background-color: #282828;
	background-color: rgba(40,40,40, .9);
}
.nav_board:hover .nav_board_item ul{
	opacity: 1;
	pointer-events: auto;
}

.top_line .mob_item {
	display: none;
}
.nav_board_mobile {
	position: fixed;
	min-height: 100vh;
    width: 50%;
    z-index: 37000;
    top:0;
    left:-1280px;
    box-shadow:  5px 0 23px 0 rgba(50, 50, 50, 0.57);
    background-color: #fff;
    display: none;
}
.nav_board_mobile .nav_board_item ul {
	display: none;
}
.nav_board_mobile .nav_board_item a.active + ul {
	display: block;
}
.nav_board_mobile .nav_board_item a {
	transition: background-color 0.4s;
}

.nav_board_mobile .nav_board_item a.on {
	background-color: #525658;
	color:#fff;
}
.nav_board_mobile .nav_board_item a.on + ul a {
	background-color: #e5e6e6;
	color:#535557;
}
.nav_board_mobile .nav_board_item a.on + ul .active a {
	color:#d8011e;
}
.nav_board_mobile .nav_board_item > a {
	background: url(img/menu_right.png) no-repeat right;
	background-size: 60px 60px;
}
.nav_board_mobile .nav_board_item > a.on {
	background: url(img/menu_down.png) no-repeat right #525658;
	background-size: 60px 60px;
}

.nav_board_mobile .nav_board_item a {
	height:60px;
	line-height:60px;
	font-size: 24px;
	padding:0 60px 0 30px;
	text-transform: uppercase;
	display: block;
	border-bottom:1px solid #000;
}
.nav_board_mobile .nav_board_item ul a {
	text-transform: none;
	padding:0 60px;
}
.nav_board_mobile .menu_closer {
	height:60px;
	background-color: #d8011e;
	padding-left:10px;
	border-bottom:1px solid #000;
}
.nav_board_mobile .menu_closer img {
	height:100%;
	width:auto;
}
@media screen and (max-width:1280px) {
.nav_board {
	left: 30px;
}
.nav_board_mobile {
	display:block;
}
}


@media screen and (max-width:900px) {
.nav_board_mobile {
	width:100%;
}
}
@media screen and (max-width:900px) {
.whitespace {
    display: none;
}
}

@media screen and (max-width:450px) {
.nav_board_mobile .nav_board_item a {
	height:50px;
	line-height:50px;
}
.nav_board_mobile .nav_board_item a {
	font-size: 20px;
}
}


/********************************************************************************************************************************************************/
/*** mob header
/********************************************************************************************************************************************************/
@media screen and (max-width:1120px) {
.top_line .mob_item {
	display: block;
}
.top_line .desktop_item {
	display: none;
}
.menu_trigger {
	width:48px;
	height: 100%;
	border-right: 1px solid #fff;
	line-height: 0;
}
.menu_trigger img {
	width:100%;
	height:100%;
}
.mob_lang_trigger {
	width:48px;
	height: 100%;
}
.mob_title {
	text-align: center;
	flex: 1 0 auto;
}
.top_line {
    padding: 0;
}
.top_line p {
	font-size: 22px;
    font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
    letter-spacing: 0.04em;
}
.nav {
	display: none;
}
}
@media screen and (max-width:560px) {
.top_line p {
    font-size: 16px;
}
}
@media screen and (max-width:420px) {
.top_line p {
    font-size: 14px;
}
}
@media screen and (max-width:355px) {
.top_line p {
    font-size: 12px;
}
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** C O N T E N T 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.main {
	background-color:#f4f6f6;
	z-index:1000;
	position: relative;
	margin-top:170px;
	padding-bottom:20px;
}
.section_container.top_padding {
	padding-top:38px;
}
.section_container.bottom_full_padding {
	padding-bottom:60px;
}
.section_container.bottom_padding {
	padding-bottom:20px;
}
.section_container.extra_margin_bottom {
	margin-bottom:80px;
}
.section_container h2:first-of-type {
	padding-top:0;
}
@media screen and (max-width:900px) {
.main {
    margin-top: 154px;
}
}
@media screen and (max-width:767px) {
.main {
    margin-top: 120px;
}
}




/********************************************************************************************************************************************************/
/*** Cols oe / two
/********************************************************************************************************************************************************/
.one_col {
	padding: 0 40px;
}
.two_cols {
	display: flex;
	padding: 0 40px;
	justify-content: space-between;
}
.two_cols .col {
	width:48.4%;
}
.two_cols_left_small .col_1 {
	width:28%;
	flex:0 0 28%;
	margin-right:20px;
}
.two_cols_left_small .col_2 {
	width:auto;
	flex:0 1 auto;
}
@media screen and (max-width:900px) {
.two_cols {
	display: block;
}
.two_cols .col {
	width:100%;
}
.two_cols .col.col_1 {
	margin-bottom: 60px;
}
.two_cols .push_right {
	float:none;
}
#kontaktformular {
	padding-bottom:90px;
}
}




/*
.two_cols_assym_repeated_container {
	padding:0;
}
.two_cols_assym {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.two_cols_assym .image_col {
	width:240px;
	margin-right: 80px;
	flex: 0 0 240px;
}
.two_cols_assym .image_col img {
	width:100%;
	height: auto;
}
.two_cols_assym .text_col {
	flex: 1 1 auto;
	padding-right:50px;
}
*/



.two_cols_css {
	columns: 2 580px;
    column-gap: 40px;
    display: block;
    padding: 0 40px;
}
.three_cols {
	display: flex;
	padding: 0 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.two_cols_css p {
	margin-bottom:28px;
}


/********************************************************************************************************************************************************/
/*** the screen paddings for responsive
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.two_cols, .one_col, .two_cols_css {
	padding: 0 40px;
}
}

@media screen and (max-width:767px) {
.two_cols, .one_col, .two_cols_css {
	padding: 0 30px;
}
}

@media screen and (max-width:410px) {
.two_cols, .one_col, .two_cols_css {
	padding: 0 20px;
}
}

/********************************************************************************************************************************************************/
/*** Cols three
/********************************************************************************************************************************************************/
.three_cols .col {
	width:31.666%;
}
.three_cols .col_extended {
	width:35%;
}

.col img {
	width:100%;
	height: auto;
}
@media screen and (max-width:1050px) {
.three_cols {
	display: block;
}
.three_cols .col {
	width:100%;
}
.three_cols .col.col_1,.three_cols .col.col_2 {
	margin-bottom: 30px;
}
.three_cols .push_right {
	float:none;
}
}


/********************************************************************************************************************************************************/
/*** dark
/********************************************************************************************************************************************************/
.dark_background {
	background-color: #d5d5d5;
}

.section_container_media img {
	width:100%;
}
.section_container_media img.mobile_path {
	display:none;
}
.section_container_media {
	position: relative;
	line-height: 0;
}
.section_container_media .media_textplatte {
	position: absolute;
	left: 0;
	top: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px 40px 25px;
	background-color: #fff;
background-color: rgba(255, 255, 255, .65);
}
.section_container_media .media_textplatte.bottom_left {
	position:absolute;
	left: 0;
	top:auto;
	bottom:25px;
}
.section_container_media .media_textplatte.bottom_right {
	position:absolute;
	left: auto;
	top:auto;
	right:0;
	bottom:25px;
}
.section_container_media .media_textplatte span,
.section_container_media .media_textplatte h1 {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	display: inline-block;
	font-size: 42px;
	line-height: 50px;
	color:#d8011e;
	text-transform: uppercase;
}
.section_container_media .media_textplatte span.text_2 {
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
	color:#535557;
}

/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.section_container_media img.mobile_path {
	display:inline;
}
.section_container_media img.desktop_path {
	display:none;
}
}

/********************************************************************************************************************************************************/
/*** 24 / 365 Button
/********************************************************************************************************************************************************/
.section_container_media .extra_24_365_button {
	position:absolute;
	width:110px;
	height:auto;
	right:60px;
	bottom:-54px;
	z-index:9000;
}

/********************************************************************************************************************************************************/
/*** specials for mobile / tablet on homescreen
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.section_container_media .extra_24_365_button {
    width: 80px;
    right: 20px;
    bottom: -40px;
    display: none;
}
.notfall_section.notfall_section_title {
	padding-top:35px !important;
}
.notfall_section.notfall_section_content {
	padding-top:16px !important;
}
}
@media screen and (max-width:767px) {
.notfall_section.notfall_section_title {
	padding-top:20px !important;
}
.notfall_section.notfall_section_content {
	padding-top:12px !important;
}
.two_cols .col.col_1 {
    margin-bottom: 20px;
}
.notfall_section.notfall_section_title .h2_claim {
	margin-bottom:0;
}
.section_container.bottom_full_padding {
    padding-bottom: 30px;
}
.notfall_box .drei a {
    font-size: 52px;
}
}

/********************************************************************************************************************************************************/
/*** Notfall Box
/********************************************************************************************************************************************************/

.notfall_box {
	padding:25px 30px 32px;
	border-radius: 25px;
}
.notfall_box:hover, .notfall_box:focus {
	-webkit-box-shadow: 3px 7px 17px 0px rgba(0,0,0,0.62);
	-moz-box-shadow: 3px 7px 17px 0px rgba(0,0,0,0.62);
	box-shadow: 3px 7px 17px 0px rgba(0,0,0,0.62);
	cursor: pointer;
}
.telefon_platte .notfall_box:hover, .telefon_platte .notfall_box:focus {
	-webkit-box-shadow: 0px 0px 17px 6px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 17px 6px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 17px 6px rgba(255,255,255,0.6);
	cursor:pointer;
}
.notfall_box, .notfall_box a {
	background-color: #d8011e;
	color:#fff;
	text-transform: uppercase;
	font-size:40px;
	line-height:50px;
}
.notfall_box a {
	color:#fff;
}
.notfall_box p {
	margin-bottom: 0;
}
.notfall_box .eins {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
.notfall_box .zwei {
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
}
.notfall_box .drei, .notfall_box .drei a {
	font-size:80px;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
	line-height: 110px;
	display: block;
}
.notfall_box .drei a {
	margin-bottom: 19px;
}
.notfall_box .vier, .notfall_box .vier a {
	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
	font-size:20px;
	line-height: 25px;
}
.notfall_box .vier b a {
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
.notfall_box .vier a {
	display: inline-block;
}

@media screen and (max-width:1420px) {
.notfall_box .drei, .notfall_box .drei a {
    font-size: 70px;
    line-height: 125px;
}
}

@media screen and (max-width:1150px) {
.notfall_box .drei, .notfall_box .drei a {
    font-size: 50px;
    line-height: 93px;
}
.notfall_box, .notfall_box a {
	font-size:35px;
}
}

@media screen and (max-width:900px) {
.notfall_box {
	margin:0 auto;
	max-width:80%;
}
.notfall_box .drei, .notfall_box .drei a {
    font-size: 78px;
    line-height: 125px;
}
}

@media screen and (max-width:780px) {
.notfall_box .drei, .notfall_box .drei a {
    font-size: 70px;
}
}

@media screen and (max-width:720px) {
.notfall_box .drei, .notfall_box .drei a {
    font-size: 55px;
    line-height: 85px;
}
.notfall_box, .notfall_box a {
	font-size:27px;
	line-height: 32px;
}
}
@media screen and (max-width:590px) {
.notfall_box {
	border-radius:10px;
	padding:16px;
}
.notfall_box .drei, .notfall_box .drei a {
    font-size: 38px;
    line-height: 67px;
}
.notfall_box, .notfall_box a {
	font-size:27px;
	line-height: 32px;
}
.notfall_box .vier, .notfall_box .vier a {
    font-size: 16px;
    line-height: 21px;
}
}
@media screen and (max-width:470px) {
.notfall_box .drei, .notfall_box .drei a {
    font-size: 35px;
    line-height: 57px;
}
.notfall_box, .notfall_box a {
	font-size:18px;
	line-height: 24px;
}
.notfall_box .vier, .notfall_box .vier a {
    font-size: 10px;
    line-height: 15px;
}
}

@media screen and (max-width:350px) {
.notfall_box .drei, .notfall_box .drei a {
    font-size: 32px;
}
}

/********************************************************************************************************************************************************/
/*** Ballon List
/********************************************************************************************************************************************************/


.ballon_list {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
	flex-wrap: wrap;
}
.ballon_list div {
	background: url(img/ballon_bullet.png) 100% 100% no-repeat;
	background-size:100% 100%;
	color:#fff;
	text-align: center;
	width:15%;
	flex: 0 1 auto;
    height:auto;
	position: relative;
}
.ballon_list div.ballon_bild {
	background: url(img/bild_ballon.png) 100% 100% no-repeat;
	background-size:100% 100%;
}
.ballon_list p {
	width:100%;
	height:auto;
	line-height: 21px;
	font-size: 17px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	/* bring your own prefixes */
  	transform: translate(-50%, -50%);
	padding:0 10px;
	text-transform: uppercase;
}
.ballon_list div:before{
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width:1150px) {
.ballon_list div {
	width:24%;
}
}

@media screen and (max-width:800px) {
.ballon_list div {
	}
.ballon_list div p {
	font-size:15px;
}
}
@media screen and (max-width:570px) {
.ballon_list div {
	}
.ballon_list div p {
	font-size:13px;
}
}

@media screen and (max-width:460px) {
.ballon_list div {
	}
.ballon_list div p {
	font-size:11px;
	line-height: 16px;
}
}

@media screen and (max-width:390px) {
.ballon_list div {
	}
.ballon_list div p {
	font-size:9px;
}
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/


.section_container img {
	max-width:100%;
}
.section_container .p_with_image {
	text-align: center;
}
.section_contaier .p_with_image img {
	width:80%;
}
.section_container .inner_section_container {
	padding-left:0;
	padding-right:0;
}
.section_container .jobs_teaser_img {
	max-width:140px;
}
@media screen and (max-width:550px) {
.section_container .jobs_teaser_img {
	margin-bottom: 32px;
}
}
/********************************************************************************************************************************************************/
/***  SLIDE Container
/********************************************************************************************************************************************************/
.section_container.slide_container {
	background-color: #d5d5d5;
	display: flex;
	justify-content: space-between;
	padding:20px 0;
}
.slide_container > div {
	display:flex;
	align-items: center;
}
.slide_container.bright_background {
	background-color: #f4f6f6;
	padding:0;
}
.slide_container .button_col {
	width: 120px;
}
.slide_container.hide_buttons .button_col {
	display:none;
}
.slide_container.hide_buttons .slide_wrapper {
	padding:0 80px;
}
.slide_container .button_col img {
	width: 30px;
	height: auto;
	margin: 0 auto;
	cursor: pointer;
}
.slide_container .slide_wrapper {
	flex: 1 0 auto;
	position: relative;
	overflow: hidden;
}
.slide_container .slider {
	display: flex;
	justify-content: space-between;
	top:0;
	left:0;
	width:100%;
}
.slide_container.adjust_left .slider {
	justify-content: flex-start;
}
.slide_container.adjust_left .slider .slide_item{
	margin-right:50px;
}
.slide_container .slider .slide_item{
	display:flex;
	flex-direction: column;
	margin-top: 16px;
}
.slide_container .slider .slide_item .slide_img_container{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	flex:1 0 auto;
	align-items:center;
}
.display.partner .slide_container .slider .slide_item .slide_img_container img {
	width:240px;
}
.display.partner .slide_container .slider .slide_item .slide_img_container.slide_img_container_small img {
	width:150px;
}
.display.partner .slide_container .slider .slide_item .slide_img_container.slide_img_container_small_small img {
	width:100px;
}
.slide_container .slide_item_title {
	color:#d8011e;
	text-transform: uppercase;
	text-align: center;
	font-size:18px;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	flex:0 1 auto;
	margin-bottom: 16px;
}
@media screen and (max-width:1010px) {
.slide_container .button_col {
	display: none;
}
.slide_container .slider .slide_item {
	width:48%;
	text-align: center;
}
.slide_container.adjust_left .slider .slide_item{
	margin-right:0;
}
.slide_container .slider {
	flex-wrap: wrap;
	width:100%;
}
.slide_container .slide_wrapper {
    width: 100%;
}
}
@media screen and (max-width:500px) {
.slide_container .slider .slide_item {
	width:100%;
}
}

/********************************************************************************************************************************************************/
/*** 
/********************************************************************************************************************************************************/

.adhoc-flex {
	display:flex;
	align-items: center;
}
.adhoc-flex > div {
	margin-right:20px;
}

/********************************************************************************************************************************************************/
@media screen and (max-width:550px) {
.adhoc-flex {
	display:block;
}
.skip_margin_bottom_when_not_flex {
	margin-bottom: 10px;
 }
}

 


.flex_vertical_justify {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.vc .vc_name {
	color:#d8011e;
	font-size:24px;
	line-height: 27px;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	margin-bottom:0;
	margin-top: 20px;
}
.vc .vc_title {
	font-size:16px;
	line-height: 19px;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
	margin-bottom:20px;
}
.vc_mail a {
	color:#d8011e;
	font-size:16px;
	line-height: 8px;
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
	margin-bottom:0;
}
.vc_mail a:hover {
	text-decoration: underline;
}

.jobs_list h3 {
	border-bottom:1px solid #fff;
	padding-bottom:12px;
}
.jobs_list .download_pdf {
	border-bottom:1px solid #fff;
	margin:0;
	padding:10px 45px 8px 20px;
	font-size: 18px;
	color:#000;
	display: block;
	background:url(img/button_pdf_plain.png) no-repeat right;
	background-size: 32px 32px;
}
.jobs_list .download_pdf:hover {
	background:url(img/button_pdf_roll.png) no-repeat right;
	background-size: 32px 32px;
}
.jobs_list .jobs_last {
	margin-bottom:40px;
}
.jobs_list p {
	border-bottom:1px solid #fff;
	margin:0 0 40px 0;
	padding:10px 45px 12px 20px;
	font-size: 18px;
	color:#000;
}
.jobs_list p a {
	font-size:18px;
}
section a[href^="mailto:"] {
   color:#d8011e;
}
section a[href^="mailto:"]:hover {
   text-decoration: underline;
}
section .black_anchor a[href^="mailto:"] {
   color:#717171;
}


/********************************************************************************************************************************************************/
/*** News
/********************************************************************************************************************************************************/
.news_container {
	border-bottom: 1px #fff solid;
	border-top: 1px #fff solid;
	padding: 12px 120px 12px 30px;
	height: 288px;
	overflow: auto;
}
.news_item {
	display: flex;
	justify-content: space-between;
	margin-bottom:32px;
}
.news_item:last-of-type {
	margin-bottom: 0;
}
.news_container h4 {
	color:#dc0c15;
	font-size:18px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
}
.news_container p, .news_container a {
	font-size:18px;
	line-height: 21px;
	margin-bottom:0;
}
.news_container a.news {
	display: block;
	color:#dc0c15;
	margin-top:5px;
}
.news_container .news_date {
	color:#dc0c15;
	font-family: "Helvetica Neue Bold",Helvetica,Arial,sansserif;
	flex: 0 0 180px;
	width:180px;
}
.news_container .news_content {
	flex: 1 1 auto;
	    padding-right: 20px;
}
.news_content_full {
	display:none;
}
.switch_news_content {
	color:#dc0c15;
	cursor: pointer;
}
.switch_news_content:hover, .news_container a.news:hover {
	text-decoration: underline;
}
.switch_news_content.weniger {
	float: right;
	font-size: 18px;
}


/********************************************************************************************************************************************************/
@media screen and (max-width:720px) {
.news_container {
    padding: 12px 30px;
}
.news_container .news_date {
    width: 120px;
}
}
/********************************************************************************************************************************************************/
@media screen and (max-width:720px) {
.news_container {
    padding: 12px 0;
}
.news_container .news_date {
    width: 120px;
}
.news_item {
    display: block;
}
}

/********************************************************************************************************************************************************/
/*** flex impressum
/********************************************************************************************************************************************************/
#kontakt-map {
	height:560px;
	width:100%;
}

/********************************************************************************************************************************************************/
/*** flex impressum
/********************************************************************************************************************************************************/
.adhoc-flex-impressum {
	display: flex;
	justify-content: space-between;
}
.adhoc-flex-impressum h3 {
	margin-bottom:12px;
}
.adhoc-flex-impressum a, section .adhoc-flex-impressum a[href^="mailto:"] {
	color:#000;
}
.adhoc-flex-impressum a:hover {
	text-decoration: underline;
}
@media screen and (max-width:1080px) {
.adhoc-flex-impressum {
    flex-wrap: wrap;
}
.adhoc-flex-impressum > div {
	width:48%;
}
}
@media screen and (max-width:600px) {
.adhoc-flex-impressum {
    display: block;
}
.adhoc-flex-impressum > div {
	width:100%;
}
}


/********************************************************************************************************************************************************/
/*** text platten
/********************************************************************************************************************************************************/
@media screen and (max-width:1340px) {
.section_container_media .media_textplatte span,
.section_container_media .media_textplatte h1 {
    font-size: 35px;
    line-height: 47px;
}
}
@media screen and (max-width:1130px) {
.section_container_media .media_textplatte span,
.section_container_media .media_textplatte h1 {
    font-size: 25px;
    line-height: 32px;
}
.section_container_media .media_textplatte {
    padding: 17px 24px 11px;
}
}
@media screen and (max-width:1340px) {
.section_container_media .media_textplatte {
    display: none;
}
}



/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** B U T T O N   B A R S 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.button_bar {
	position: relative;
	width:60px;
	z-index:30000;
}
.left_button_bar {
	position: fixed;
	left: 0;
	top:266px;
}
.right_button_bar {
	position: absolute;
	right: -60px;
	top:120px;
	transition: top 0.8s;
}
.notfound .right_button_bar {
	display:none;
}
.squarebutton {
	width:60px;
	height:60px;
	margin-bottom: 6px;
	position: relative;
	display: block;
	cursor: pointer;
}
.squarebutton img {
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	z-index: 100;
	transition: opacity 0.5s ease;
}
.squarebutton .square_rollover {
	z-index:99;
}
.squarebutton:hover .square_default {
	opacity:0;
}

/********************************************************************************************************************************************************/
/*** button bar right disapperas as such
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
.right_button_bar {
	display: none;
}
.left_button_bar {
	bottom:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	background-color: #d8011e;
	top:auto;
}
.left_button_bar.iphonex {
	height:65px;
}
.squarebutton {
	margin-bottom: 0;
	border-left:1px solid #fff;
	width:50px;
	height:50px;
}
.left_button_bar.iphonex .squarebutton {
	height:65px;
}
.left_button_bar .squarebutton:last-child {
	border-right:1px solid #fff;
}
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/***  P L A T T E    G E N E R I C  
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.platten_container {
	display: none;
	position: relative;
	z-index:10000;
}
.platten_close {
	position:absolute;
	right:30px;
	top:30px;
	width:50px;
	height:auto;
	cursor: pointer;
	z-index:10000;
}
.platten_container li, .platten_container .h2_claim {
	color:#fff;
}
.platten_container h2 {
	padding-top:0;
}
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** T E L E F O N P L A T T E  
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.telefon_platte {
	position:fixed;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	left: 70px;
	top: 266px;
	z-index:9900;
	width:1175px;
	padding:40px;
}


.telefon_platte li {
	margin-bottom:8px;
}
.telefon_platte .two_cols {
	padding:0;
}
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 72px;
}
/********************************************************************************************************************************************************/
/*** place at bottom
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
.telefon_platte {
	top:auto;
	left:0;
	right:0;
	bottom:60px;
	margin:0 1%;
	width:auto;
}
.telefon_platte .notfall_box {
    margin: 0 auto;
    max-width: 100%;
}
}

/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:1200px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 64px;
}
}
/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:1100px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 57px;
}
}
/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:1000px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 50px;
}
}
/********************************************************************************************************************************************************/
/*** one col
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.telefon_platte {
	top:0;
	left:0;
	right:0;
	bottom:50px;
	margin:0;
	width:auto;
	padding:40px 10%;
}
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 87px;
}
.telefon_platte.two_cols .col.col_1 {
    margin-bottom: 40px;
}
}

/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:800px) {
.telefon_platte {
    padding:80px 5%;
}
.platten_close {
	top:10px;
}
}
/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:700px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 73px;
}
}
/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:600px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 61px;
}
}
/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:500px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 48px;
}
section.telefon_platte .notfall_box .vier,
section.telefon_platte .notfall_box .vier a {
    font-size: 15px;
    line-height: 22px;
}
}
/********************************************************************************************************************************************************/
/*** smaller
/********************************************************************************************************************************************************/
@media screen and (max-width:400px) {
.telefon_platte .notfall_box .drei,
.telefon_platte  .notfall_box .drei a {
    font-size: 36px;
}
.telefon_platte li {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 21px;
}
section.telefon_platte ul > li:before {
   top: 4px;
}
section.telefon_platte .notfall_box .vier,
section.telefon_platte .notfall_box .vier a {
    font-size: 12px;
    line-height: 18px;
}
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** V I D E O  P L A T T E  
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.video_platten_container {
	position:absolute;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	left: 70px;
	top: 266px;
	z-index:9900;
	right:70px;
	padding: 30px 40px 40px;
}
.platten_close {
	position:absolute;
	right:15px;
	top:15px;
	width:50px;
	height:auto;
	cursor: pointer;
}
.video_platte li, .video_platte .h2_claim {
	color:#fff;
}
.video_platte li {
	margin-bottom:8px;
}
.video_platte.one_col {
	padding:0;
}
.video_platte .notfall_box .drei,
.video_platte  .notfall_box .drei a {
    font-size: 72px;
}

/********************************************************************************************************************************************************/
/*** full screen
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
.video_platten_container {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
}
/********************************************************************************************************************************************************/
/*** full screen
/********************************************************************************************************************************************************/
@media screen and (max-width:768px) {
.video_platten_container {
	padding: 40px 0;
}
.video_platten_container h2,.video_platten_container .h2_claim {
	padding-left:15px;
	padding-right:15px;
}
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** D O W N L O A D    P L A T T E  
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.download_platte {
	position:fixed;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	left: 70px;
	top: 266px;
	z-index:9900;
	width:1175px;
	padding:30px 40px 40px;
}
.download_platte .section_container.slide_container {
    background-color: transparent;
    padding-bottom:0;
}
.download_platte .slide_container.hide_buttons .slide_wrapper {
    padding: 0;
}
.download_platte .slide_container .slide_item_title {
    color: #fff;
    text-transform: none;
    font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
}
.download_platte .slide_container.adjust_left .slider .slide_item {
    margin-right: 50px;
}
.download_platte .slide_container .slider .slide_item {
    width: auto;
    text-align: center;
}
.download_platte .slide_container .slide_item_title {
	margin-bottom:0;
}
/********************************************************************************************************************************************************/
/*** place at bottom
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
.download_platte {
	top:auto;
	left:0;
	right:0;
	bottom:60px;
	margin:0 1%;
	width:auto;
}
}
/********************************************************************************************************************************************************/
/*** full
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.download_platte {
	top:0;
	left:0;
	right:0;
	bottom:50px;
	margin:0;
	width:auto;
}
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** B E S T E L L F O R M U L A R  
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
.bestell_material_form {
	position: absolute;
	top:15%;
	left:0;
	right:0;
	margin: 0 6%;
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	z-index:1900;
	padding:40px;
	display: none;
}
.bestell_material_close {
	position:absolute;
	right:40px;
	top:40px;
	width:50px;
	height:auto;
	cursor: pointer;
}
.bestell_material_form_container {
	display:flex;
	justify-content: space-between;
}
.bestell_material_form h2 {
	padding-top:0;
}
.bestell_material_form h5 {
	color:#fff;
	text-transform: uppercase;
	font-size:16px;
	line-height: 22px;
	margin-bottom:5px;
}
.bestell_material_form p {
	font-family: "Helvetica Neue Light",Helvetica,Arial,sansserif;
	color:#fff;
	font-size:16px;
	line-height: 22px;
}
.bestell_material_form p.h2_claim {
	color:#fff;
	font-size:28px;
	line-height: 37px;
}
.bestell_col_1 {
	width:29%;
}
.bestell_col_2 {
	width:35%;
}
.bestell_col_3 {
	width:26%;
}
.bestell_item {
	display:flex;
	justify-content: space-between;
}
.product_txt {
	width:205px;
	flex:1 0 auto;
	margin-left:20px;
}
.bestell_col_2 .product_txt {
	width: 255px;
}
.product_img {
	flex:1 1 auto;
	align-items: center;
    text-align: center;
}
.product_img img {
	width:100%;
	height: auto;
}
.product_img.product_img_small_small img {
	width:60%;
}
.product_img.product_img_small img {
	width:80%;
}
.bestell_item:first-child {
	margin-bottom:80px;
}

.bestell_material_form select {
    font-size: 14px;
    background-size: 25px 25px;
    padding: 3px 11px 7px 12px;
}
.bestell_material_form input {
    padding: 3px 12px 5px 12px;
}
.bestell_material_form textarea {
    padding: 3px 12px 5px 12px;
    height:180px;
}
.bestell_material_form .formbuttons {
	display: flex;
	justify-content: space-between;
	margin:0;
}
.bestell_material_form .formbuttons input{
	margin:0;
	width:45%;
	line-height:30px;
	height:35px;
	font-size:18px;
}
.bestell_material_form .form-message2 {
	margin-bottom:0;
	margin-top:5px;
	color:#fff;
	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
}
/********************************************************************************************************************************************************/
/*** inputs second row
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
.bestell_col_1 {
	width:48%;
}
.bestell_col_2 {
	width:48%;
}
.bestell_col_3 {
	width:52%;
	margin-top:60px;
}
.bestell_material_form_container {
	flex-wrap: wrap;
}
}
/********************************************************************************************************************************************************/
/*** one col full screen
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {

.bestell_material_form_container {
	display:block;
}
.bestell_col_1 {
	width:100%;
}
.bestell_col_2 {
	width:100%;
}
.bestell_col_3 {
	width:100%;
	margin-top:60px;
}
.bestell_material_form {
	top:0;
	left:0;
	right:0;
	margin: 0;
}
.product_txt {
	width:50%;
}
}
/********************************************************************************************************************************************************/
/*** close button disturbs
/********************************************************************************************************************************************************/
@media screen and (max-width:750px) {
.bestell_material_form {
	padding-top:60px;
}
.bestell_material_close {
    position: absolute;
    right: 40px;
    top: 10px;
    width: 40px;
}
}
/********************************************************************************************************************************************************/
/*** one col all full screen
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.bestell_item {
	margin-bottom: 40px;
	display: block;
}
.bestell_item:first-child {
	margin-bottom:40px;
}
.product_txt {
	width:100%;
	margin-left:0;
}
.bestell_material_form p.h2_claim {
    font-size: 21px;
    line-height: 26px;
}
}
/********************************************************************************************************************************************************/
/*** one col all full screen
/********************************************************************************************************************************************************/
@media screen and (max-width:900px) {
.bestell_material_form {
	padding:60px 20px 20px;
}
}



/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** F O O T E R 
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
footer {
	background-color: #d8011e;
	z-index:1000;
	padding:40px 40px 10px;
}
footer p, footer a {
	color:#fff;
	font-size:18px;
	line-height: 21px;
}
footer a:hover {
	text-decoration:underline;
}
footer .last_line {
	display: flex;
	justify-content: space-between;
}
footer .last_line a {
	display: inline-block;
	margin-left:60px;
}
footer .last_line p {
	line-height: 21px;
}
/********************************************************************************************************************************************************/
/*** mobile
/********************************************************************************************************************************************************/
@media screen and (max-width:1280px) {
footer {
    padding: 40px 40px 50px;
}
}
@media screen and (max-width:900px) {
footer .last_line {
    display: block;
}
footer .last_line a {
    margin-left: 0;
    margin-right:12px;
}
.footer_impressum {
	display: none;
}
}



/********************************************************************************************************************************************************/
/*** some things
/********************************************************************************************************************************************************/
.only_mobile {
	display: none !important;
}
@media screen and (max-width:900px) {
.only_mobile {
	display: block !important;	
}
.only_desktop {
	display: none !important;
}
}

section p, section li, .jobs_list a, .product_txt p {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
section p.h2_claim {
	overflow-wrap: normal;
	-webkit-hyphens: manual;
   	-moz-hyphens: manual;
        hyphens: manual;
}

section .notfall_section li {
  overflow-wrap: normal;
  -webkit-hyphens: manual;
   -moz-hyphens: manual;
        hyphens: manual;
}
.section_container .goe-form-waiting, .goe-form-waiting2 {
	width:30px;
	position: relative;
	top:0;
	height: auto;
	display: none;
	right:10px;
}
.section_container .form-message, .form-messag2 {
	font-family: "Helvetica Neue Roman",Helvetica,Arial,sansserif;
	color: #d8011e;
	font-size:21px;
	margin-top:5px;
}
a[href^="tel:"]:hover {
	text-decoration: underline;
}
a.leave[href^="tel:"]:hover {
	text-decoration: none;
}

/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/
/*** P R I N T
/********************************************************************************************************************************************************/
/********************************************************************************************************************************************************/

.print_only {
	display:none;
}
@media print {
.section_checkpoint {
	break-after: avoid-page;
}
.navi, .button_bar,.whitespace,#information,#information + .section_container,
.footer_impressum,.screen_only,.top_line,.nav {
	display: none;
}
.print_only {
	display: block;
}
header {
	position:static;
}
.main {
	margin-top:0;
	background-color:#fff;
}
.section_container_media .media_textplatte span,
.section_container_media .media_textplatte h1 {
    font-size: 31px;
    line-height: 41px;
}
body {
	background-color: #fff;
}
body, a, li {
    font-size: 16px;
    line-height: 21px;
}
h2, .h2_claim {
	font-size:22px;
	line-height: 24px
}
#notfall-nummer .two_cols {
	display:block;
}
#notfall-nummer .two_cols .col{
	width:100%;
}
.news_container {
    height: auto;
}
.news_content_short {
	display: none;
}
.news_content_full {
	display: block;
}
.switch_news_content {
	display: none;
}
a[href^="http"]:not([href*="aerztefon.ch"]):after {
  content: " (" attr(href) ")";
}
.notfall_box {
	margin-bottom:40px;
}
form {
	display: none;
}
section ul > li:before {
	top:4px;
}
.section_container_media .extra_24_365_button {
    display: none;
}
#kontakt-map {
	break-before: page;
}
.dark_background, .slide_container {
	background-color: #fff !important;
}
footer {
	break-inside: avoid;
}
.main_logo {
top:15px;
}
.nav_logo {
	height:100px;
}
.main {
	margin-top:0;
}
.section_container .form-message, .form-messag2, .h2_claim, body {
	color:#000;
}
}


