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

html,
body {
	font-size: 0.875em;
	font-family: Open Sans, Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	width: 100%
}

html {
	min-height: 101%;
background: #073436;
background: linear-gradient(141deg, rgba(7, 52, 54, 1) 0%, rgba(172, 190, 210, 1) 100%); 
	zoom: 1
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
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,
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 {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

h1 {
	font-size: 120%
}

h2 {
	font-size: 120%;
	font-weight: normal
}

h3 {
	font-size: 100%
}

form {
	margin: 0
}

.clear {
	clear: both
}

ul {
	list-style-type: none
}

a {
	text-decoration: none
}

a.anker {
	height: 54px;
	display: block
}

#header {
	max-width: 920px;
	max-height: 295px;
	position:relative;
	margin: 0 auto 15px auto
}

img.hidden {
	display: none
}

#check {
	position: fixed;
	top: 50%;
	width: 1px;
	height: 1px;
	border: 0px solid black;
	overflow: hidden
}

.hidden {
	display: none
}

#banner a.banner {
	margin: 0;
	padding: 0
}

#banner h2 {
	color: #000000;
	font-weight: normal
}

#banner img {
	object-fit: cover;
	height: 293px;
	width: 100%;
	max-width: 100%;
}

#ender {
	max-width: 920px;
	position:relative;
	margin: 0 auto 15px auto
}

#ender img {
	object-fit: cover;
	height: auto;
	width: 100%;
	max-width: 100%;
}

#logo {
    position: absolute;
    width: 259px;
    left: 10px;
    top: 47px;
    padding: 5px;
    border-radius: 15px;
}

#logo img {
	width:100%;
	height:auto;
}

#claim {
    position: absolute;
    width: 500px;
    font-size: 240%;
    font-weight: 500;
    color: #fff;
    right: 0;
    bottom: 20px;
    letter-spacing: 0.05rem;
}

#claim span {
	font-weight:700;
}

#navi-wrapper {
    background: #FFF;
    height: 45px;
    max-width: 920px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 100;
    display: flex;
    flex-wrap: nowrap;
	align-items: center;
}


.is-sticky #navi-wrapper {
    align-items: end;
    height: 60px;
    border-bottom: 2px solid #cea65c;
}

.sticky {
	position: fixed;
	max-width: 920px;
	overflow: hidden;
	left: 50%;
	top: 50%;
	border-top: 0;
}

#navi-wrapper-wrap {
	width: 100%;
	z-index: 2000;
}

#babellinks {
	float: right
}

#babellinks ul {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0
}

#babellinks ul li {
	display: inline-block;
	line-height: 45px;
	background: #d2006b;
	padding: 0 10px
}

#babellinks a {
	color: #fff;
	display: block;
	font-size: 115%;
	height: 100%;
	width: 100%;
	text-transform: uppercase
}

#babellinks ul li.de {
	margin: 0
}

#babellinks ul li a.active {
	display: none
}

#babellinks ul li:hover {
	background-color: #FFF
}

#babellinks ul li:hover a {
	color: rgb(156, 143, 146)
}

#babellinks ul li a:hover {
	color: rgb(156, 143, 146)
}

ul.navMob {
	display: none;
	background: url(/assets/templates/nerdline2014/img/inmoor-nav-mop.svg) 32px 8px no-repeat;
    background-size: 29px;
}

ul.navMob li {
	width: 35px;
	height: 45px;
	cursor: pointer
}

#navi-wrapper {
	position:relative;
}

#navigation .closeNavMob {
	display:none;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 200%;
    font-weight: 700;
	cursor: pointer;
	
  transition: transform 0.5s ease;
  
}

#navigation .closeNavMob:hover {
	 transform: rotate(-360deg);
}

#navigation {
	width: auto;
	overflow: hidden;
	z-index: 999;
	flex-basis: calc(90%);
}

#navigation ul {
	width: 100%;
	line-height: 45px;
	margin: 0;
	padding: 0;
	align-self: center;
}

#navigation ul li {
    display: inline-block;
    padding: 0 7px;
}

#navigation ul li:last-child {
	border-right: 0px
}

#navigation li a {
    color: #073436;
    font-size: 115%;
    font-weight: 500;
    display: block;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
}

#navigation li.active a {
	color: #073436;
    font-weight: 500;
}

#navigation li.active {
	background-color: #cea65c;
	border-bottom: 1px solid #cea65c;
}

#navigation li:hover {
	background-color: #cea65c
}

#navigation li:hover a {
	color: #fff;
	font-weight: 500;
}


.logo-nav-desk-wrapper {
    flex-basis: 15%;
    padding: 0;
    height: 50px;
	opacity: 0;
	transition: opacity 0.2s ease-in;
}

.is-sticky .logo-nav-desk-wrapper {
	opacity: 1;
}

.logo-nav-desk-wrapper img {
    width:95%
}

.contentblog {
	color: #fff;
	height: auto;
	margin: 0 auto;
	max-width: 770px;
	padding: 50px 80px 0 70px;
	background: #e9e2e1;
}

.contentblog p {
	margin-top: 5px
}

.contentblog a {
	color: #d2006b
}

.contentblog .borderBottom hr {
	height: 1px;
	border: none;
	background: #d2006b
}

.contentblog a:hover {
	color: #fff
}

#section_1.contentblog {
	margin: 0 auto 0 auto
}

.contentblog h1, 
.contentblog h2 {
    padding: 10px 0;
    color: #073436;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contentblog h2 {
    font-weight: 500;	
}

.contentblog img {
	max-width:100%;
}


/*** Tabel as flex element **/
.contentblog table {
  display: block; /* Tabelle blockieren für Flexbox-Layout */
}

.contentblog tr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; /* Standard: Zellen nebeneinander */
}

.contentblog td:first-child {
    flex: 0 0 20%; /* Nicht wachsen oder schrumpfen, Basis 20% */
    box-sizing: border-box;
    padding: 8px;
}

.contentblog td:nth-child(2) {
    flex: 0 0 80%; /* Nicht wachsen oder schrumpfen, Basis 80% */
    box-sizing: border-box;
    padding: 8px;
}

@media (max-width: 500px) {
  .contentblog tr {
    flex-direction: column; /* Zellen untereinander */
  }
  .contentblog td {
    flex-basis: 100%; /* Zellen nehmen volle Breite */
  }
}

.contentblog {
	font-size: 1.0rem;
	color: #000;
    font-size: 1.2rem;
    line-height: 2.1rem;
}

.contentblog ul {
	list-style: inside disc;
	list-style-position: outside
}

.contentblog .justifyright {
	text-align: right
}

#index.contentblog {
	margin-top: 15px
}

.borderBottom {
	border-bottom: 1px solid #264e53;
	padding-bottom: 50px;
	position: relative
}

#imprint .borderBottom,
#impressum .borderBottom {
	border-bottom: none
}

#imprint .borderBottom img,
#impressum .borderBottom img {
	display: none
}

.borderBottom .totop a {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px
}

#footer {
    max-width: 920px;
    min-height: 44px;
    margin: 15px auto 50px auto;
    line-height: 44px;
    text-align: center;
    background: #e9e2e1;
	color: #123e41;
    font-size: 109%;
}


#footer a {
	color: #604049
}

#footer a:hover {
	text-decoration: underline
}

.responsive-table {
	width: 100%;
	border-collapse: collapse;
	max-width: 800px;
	margin: auto;

}

.responsive-table th,
.responsive-table td {
	padding: 12px;
	border: 1px solid #ccc;
	text-align: left;

}

grid {
	max-width: 770px;

}

/* clear fix */
.grid:after {
	content: '';
	display: block;
	clear: both;

}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
	width: 32%;

}

.grid-item {
	float: left;
	margin-bottom: 10px;

}

.gutter-sizer {
	width: 2%;

}

.grid-item img {
	display: block;
	width: 100%;
	border: 1px solid #d2006b;

}

.hiddenForDesk {
	display: none;
	margin-left: 65px;
	margin-top: 11px;
	position: absolute;
	color: #D2006B;
	font-size: 1.2rem;

}

@media only screen and (min-width:345px) and (max-width:516px) {

	.grid-sizer,
	.grid-item {
		width: 48.5%;

	}

}

@media only screen and (min-width:320px) and (max-width:344px) {

	.grid-sizer,
	.grid-item {
		width: 100%;

	}

}

@media only screen and (min-width:0px) and (max-width:330px) {
	#footer {
		background-image: none
	}

	.hiddenForDesk {
		font-size: 95%
	}

}

@media only screen and (min-width:0px) and (max-width:920px) {
	
	.contentblog {
		max-width: 100%;
		padding: 50px 20px 0 20px;
	}
	.contentblog img {
		float: none!important;
		padding:10px 0
	}
	
	.logo-nav-desk-wrapper img {
		height: 40px;
	}
	
	#navi-wrapper {
		align-items: center;
	}

	.logo-nav-desk-wrapper {
        flex-basis: auto;
		padding-left:10px;
    }
	
	#navigation {
        flex-basis: calc(100% - 160px);
        align-self: center;
    }
	
	#max-wrapper {
		overflow: visible;
		height: auto
	}

	#navigation {
		overflow: visible
	}

	#navigation ul li {
		display: block
	}

	#navi-wrapper {
		height: auto
	}

	ul.navMob {
		display: block
	}

	.navMob li:hover {
		background: transparent !important
	}

	ul.navDesk {
		display: none
	}
	
	#footer {
        background: #e9e2e1 url(/assets/templates/nerdline2014/img/inmoorpv-logo-nav.svg) no-repeat;
        background-size: 85px;
        background-position: bottom 10px center;
        padding-bottom: 45px;
    }

}

@media only screen and (min-width:0px) and (max-width:790px) {
	#footer span {
		display: block;
		text-align: center;
		line-height: 25px
	}

	#claim {
		zoom:90%;
	}

}


@media only screen and (min-width:0px) and (max-width:490px) {
	#claim {
		zoom:60%;
	}

}

