/*  
rot: #b2283e
hellrot: #fff5f7
dunkelgrau: #333
grau: #666
mittelgrau: #ddd
hellgrau: #f8f8f8

* Basics
* Body & Text
* Layout
* Header
* MainContent
* Footer
* TopButton
* Navigation

*/


/*
--------------------------------------------
   *** Basics ***
--------------------------------------------
*/

/* google font */
@import "https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700|Merriweather:300,400,700";

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

@-ms-viewport {
  width: device-width;
}
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
input,
select,
textarea,
a,
.searchbox,
.claim,
nav .mainnavi,
article,
.banner,
.claim-searchbox-wrap {
	transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
input,
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}



/*
--------------------------------------------
   *** Body & Text ***
--------------------------------------------
*/

body {
  font-family: 'Merriweather', serif;
  color: #333;
  font-size: 100%; /* 16px */
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  line-height: 175%;
}
h1,h2,h3,h4 {
	font-weight: 400;
	color: #666;
	line-height: normal;
}
h1 {
	font-size: 150%;
	margin-bottom: 1em;
}
h2 {
	font-size: 115%;
	margin-bottom: .4em;
}
h3 {
	font-size: 112.5%;
	margin-bottom: 0;
}
h4 {
	font-size: 100%;
	font-weight: 700;
}
h5 {
	font-size: 80%;
	font-weight: 400;
	width: 100%;
	text-align: right;
	margin-top: 2em;
	border-top: 1px dotted #b2283e;
}
a {
	color: #b2283e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
article ul {
	list-style-position: outside;
	margin: 0;
	padding-top: 0;
}
article ul > li {
	list-style-type: none;
	background: transparent url('../Icons/list-first-level.png') no-repeat 0 11px;
	padding-left: 28px;
} 
article ul ul > li {
	list-style-type: none;
	background: transparent url('../Icons/list-second-level.png') no-repeat 2px 9px;
	padding-left: 23px;
} 
.clear-all {
	clear: both;
}
hr {
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #b2283e;
	background: transparent;
	margin: 8px 0 0 0;
	padding: 0;	
}
p {
	padding: 0;
	margin: 0;
}


/* bildformate */
article img.leftpic {
	display: block;
	float: left !important;
	margin: 0.3em 1em 1em 0;
}
article img.rightpic {
	display: block;
	float: right !important;
	margin: 0.3em 0 1em 1em;
}
article img.leftpic::after,
article img.rightpic::after {
	content: "";
	display: table;
	clear: both !important;
}


/* box */
.redbox {
	display: inline-block;
	border: 1px dotted #b2283e;
	padding: 1em;
}


/*
--------------
*** Layout ***
--------------
*/

#line {
	position: absolute;
	top: 138px;
	height: 1px;
	width: 100%;
	background: red;
	z-index: 999;
}
.wrap{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 0;
}

header,
main,
footer,
.banner,
.container {
	position: relative;
	width: 100%;
	background-color: transparent;
}
.container {
	margin: 0 auto;
	padding: 0 2em;
	max-width: 1200px;
}


/*
--------------------------------------------
   *** Header ***
--------------------------------------------
*/

/* header */
header .fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 170px;
	padding-top: 1em;
	background: rgba(255,255,255,0.8);
	background-size: cover;
	border-bottom: 1px solid #b2283e;
	box-shadow: 0 -6px 0 0 #fff, 0 6px 6px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -6px 0 0 #fff, 0 6px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 -6px 0 0 #fff, 0 6px 6px 0 rgba(0,0,0,0.2);
	transition: height 1s ease-in-out;
	-webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -ms-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
	z-index: 50;
}
header .container {
	display: table;
	height: auto;
}
.logo-container {
	position: relative;
	display: table-cell;
	width: 70%;
	height: 75px;
	padding-bottom: 0;
	z-index: 10;
}

/* logo */
.logo {
	position: relative;
	display: block;
	width: 100%;
	overflow: show;
}
.logo img {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 353px;
}
.tools-container {
	position: relative;
	display: table-cell;
	width: 30%;
}
.tools,
.langmenu {
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 100;
}
.langmenu {
	right: 20rem;
}
.tools ul li {
	list-style: none;
	display: inline-block;
	margin-left: 1em;
}
.tools ul li.search-link {
	display: none;
}
.tools ul li a,
.langmenu a {
	color: #b2283e;
	font-size: 90%;
}
.tools ul li.current a {
	color: #666;
} 

/* banner */
.banner {
	position: relative;
	width: 100% !important;
	border-bottom: 1px solid #b2283e;
	overflow: hidden;
	z-index: 0;
	background: url('../Images/Endoskopie.jpg') no-repeat;
	background-repeat: no-repeat;
	background-position: left -160px;
	background-size: cover;
	background-attachment: fixed;
	padding: 460px 0 0 0;
}
.banner img {
	position: absolute;
	bottom: 0;
	height: auto;
	width: auto !important;
}
.claim-searchbox-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-end;
}
.claim-container,
.searchbox-container {
	display: inline-block;
	width: auto;
	}
.claim {
	font-size: 112.5%;
	line-height: 1.5em;
}
.searchbox {
	min-width: 300px;
	padding-bottom: 3px;
	text-align: right;
}



/*
--------------------------------------------
   *** MainContent ***
--------------------------------------------
*/ 

main {
	box-shadow: inset 0 -6px 10px -6px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 -6px 10px -6px rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 -6px 10px -6px rgba(0,0,0,0.4);
}
main .container {
	margin-bottom: 60px;
	padding-top: 80px;
	padding-bottom: 100px;
	font-size: 110%;
	font-size: 1.1rem;
}
article {
	display: inline-block;
	float: right;
	height: auto;
	min-height: 20em;
	width: 100%;
	max-width: 800px;
	overflow: show;
	background: blue;
}

/* sidebar */
aside {
	display: inline-block;
	float: left;
	width: 250px;
	height: auto;
	line-height: 1.6em;
	background: green;
}

/*
--------------------------------------------
   *** Footer ***
--------------------------------------------
*/

.footer-container {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 80px;
	padding-top: 18px;
	width: 100% !important;
	background: #fff;
	border-top: 1px solid #b2283e;
}
footer .container {
	font-size: .8rem;
	color: #333;
	line-height: inherit;
}
footer .container a {
	color: #333;
	text-decoration: underline;
}
footer .container a:hover {
	text-decoration: none;
}

/* top */
.top {
	position: fixed;
	bottom: 0;
	width: 100%;	
	visibility:hidden;
	z-index: 1000;
}
.top .button {
	width: 60px;
	height: 50px;
	margin-left: 101%;
  background: #666;
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-family: 'Merriweather', sans-serif;
  color: #f8f8f8;
  line-height: 50px;
}
.top .button:hover {
	cursor: pointer;
	opacity: 0.6;
}


/*
--------------------------------------------
   *** Navigation ***
--------------------------------------------
*/

/* mainnavi */
@media (min-width: 960px) {
	button,
	.menu {
		display: none !important;
	}	
}

	/* nav container */
	nav .mainnavi {
		width: 100%;
	}

	/* MainNavi */
  ul.mainnavi {
    display: block;
    width: 250px;
    height: auto;    
    margin: 0;
    padding: 12px 0;
		list-style: none;
		font-size: 100%;   
		background: #fff5f7;
		border-radius: 6px;
    }  
  ul.mainnavi li {
    display: block;
    float: none;
    width: 100%;
    padding: 6px 24px;
    font-size: 90%;
    line-height: normal;
  } 
  ul.mainnavi li a,
  ul.mainnavi li.active a {
		color: #666;
		font-weight: 400;
		text-decoration: none;
		line-height: normal;
  }  
  ul.mainnavi li:hover a,
  ul.mainnavi li.active a {
		color: #b2283e;
  }
  
  /* subnavi */
  ul.subnavi-menu {
  	display: none;
  	position: absolute;
    width: auto;  
    margin-left: 226px;  
    padding: 0.4em 1em 0.6em 1em;
    background-color: #fff5f7;
    box-shadow: inset 6px 0 8px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 6px 0 8px -6px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 6px 0 8px -6px rgba(0,0,0,0.2);
    border-radius: 0 6px 6px 0;
    white-space: nowrap;
    text-align: left;  
		z-index: 20;
  }
  ul.subnavi-menu li {
  	font-size: .9rem;
  	font-weight: 300;
  	line-height: 1.5;
  	padding: 6px 0;
  }
  ul.subnavi-menu li a,
  ul.mainnavi li.active li a, 
  ul.mainnavi li:hover li a {
		color: #666 !important;
		font-weight: normal;
  }
  
  ul.subnavi-menu li:hover a,
  ul.subnavi-menu li.active a {
		color: #b2283e;
  }  
  
  
  
 /*
--------------------------------------------
   *** DEVICES ***
--------------------------------------------
*/


/* max-width 1200px */
@media (max-width: 1200px) {
	nav .mainnavi {
		width: 100%;
		margin-left: -2em !important;
	}
	 ul.mainnavi {
	  border-radius: 0 6px 6px 0;
	 }
	 .top .button {
		margin-left: 90%;
	}
} 

@media (max-width: 1024px) {
	article {
		width: auto;
	}
}


 
