* {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100vh;
	background-color: #F2F2F2;
}
.clearall{
	clear: both;
}
a.pdf:link, a.pdf:visited {
	padding: 25px 0 0 35px;
	height: 45px;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	clear: left;
}
a.pdf:hover, a.pdf:active {
	text-decoration: underline;
	color: #333333;
}
.ausklaplink{
	width: 100%;
	clear: both;
	overflow: hidden;
}
.ausklaplink a:link,
.ausklaplink a:visited{
	width: 30px;
	height: 30px;
	float: right;
	background: url(/images/icon_plus.png) 0 0 no-repeat;
	margin-bottom: 5px;
}
.ausklaplink a:focus,
.ausklaplink a:hover,
.ausklaplink a:active{
	background-image: url(/images/icon_plus_over.png);
}
.ausklaplink a.activated:link,
.ausklaplink a.activated:visited{
	background-image: url(/images/icon_minus.png);
}
.ausklaplink a.activated:focus,
.ausklaplink a.activated:hover,
.ausklaplink a.activated:active{
	background-image: url(/images/icon_minus_over.png);
}
#container.home {
	width: 96%;
	margin-top: 2vh;
	margin-right: 2%;
	margin-bottom: 2vh;
	margin-left: 2%;
	overflow: hidden;
	height: 96vh;
	background-color: #FFFFFF;
	position: fixed;
	display: block;
}
#container.std {
	min-height: 98vh;
	width: 96%;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 2vh;
	margin-left: 2%;
	background-color: #FFFFFF;
	position: relative;
	display: block;
}
#container.std #topbargrey{
	height: 73px;
	position: fixed;
	margin: 0 2% 0 0;
	width: 96%;
	padding-top: 2vh;
	top: 0;
	left: center;
	border-top: 2vh solid #F2F2F2;
	background-color: #F2F2F2;
	background: white;
	z-index: 10;
	pointer-events: none;
}
#container.home #topbargrey{
	height: 77px;
	width: 100%;
	position: absolute;
	background-color: rgba(243, 243, 243, 0.8);
	border-bottom: 3px solid white;
	z-index: 100;
}
#container.home #giovanni-russo-logo{
	background-color: transparent;
	border: 0px;
}
#container.menu #container_menu{
	display: block;
	width: 96%;
	height: 96vh;
	overflow: scroll;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	display: block;
	min-height: 100px;
	z-index: 15;
	padding-bottom: 20px;
}
#container.home.menu #container_menu{
	height: 96%;
}
#bg {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: 3;
}
#bg img {
	display: none;
	z-index: 6;
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	opacity: 0;
}
#bg img.activated,
#bg img.activating {
	display: block;
}
#bg img.activated {
	opacity: 1;
}
header {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	display: block;
	overflow: visible;
	border-radius: 0px;
	margin-bottom: 30px;
	height: auto;
	overflow-y: hidden;
}
header #header_center {
	width: 1200px;
		height: 119px;
	display: block;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	background-color: #EDEDED;
	position: relative;
}
header #headernav {
	width: 970px;
	height: 40px;
	display: block;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	margin-top: 0px;
	position: relative;
}
header #headernav ul {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	height: 32px;
	width: auto;
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: center;
}
header #headernav li {
	list-style-type: none;
	display: inline-block;
	/* [disabled]float: left; */
	background-image: none;
	list-style-image: none;
	font-size: 17px;
	font-family: "Oswald", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #535353;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 32px;
	padding-bottom: 0px;
	margin-left: 0px;
}
header #headernav a:link,
header #headernav a:visited{
	color: #535353;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: 400;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}
header #headernav a:focus,
header #headernav a:hover,
header #headernav a:active{
	text-decoration: none;
	color: #007CCD;
	display: inline-block;
	border-bottom: 3px solid #000000;
	height: 30px;
	width: auto;
	padding-left: 5px;
}
#big_img  {
	width: 1200px;
	height: 500px;
	display: block;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-o-border-radius: 0px 0px 12px 12px;
	-ms-border-radius: 0px 0px 12px 12px;
	margin-top: 16px;
}
#giovanni-russo-logo {
	pointer-events: all;
	height: 47px;
	width: 248px;
	margin-top: 0px;
	z-index: 0;
	position: fixed;
	margin-right: 0px;
	right: 4%;
	top: 2%;
	display: block;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 21px;
	padding-bottom: 5px;
}
#ssc-iso9001-logo {
	height: 90px;
	width: 90px;
	margin-top: 0px;
	z-index: 10;
	position: absolute;
	margin-right: 0px;
	right: 50px;
	display: block;
	padding: 0;
	bottom: 135px;
}
.welcome_box {
	text-align: center;
	width: 600px;
	top: 40%;
	left: 50%;
	margin: 0 0 0 -300px;
	padding: 0;
	opacity: 0;
	display: none;
	position: absolute;
	z-index: 6;
	text-align: center;
	overflow: hidden;
}
.welcome_box.activated,
.welcome_box.activating {
	display: block;
}
.welcome_box.activated {
	opacity: 1;
}
.welcome_box_slogan {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #000000;
	padding: 3px 10px;
	margin-top: 0px;
	margin-right: 0px;
	display: inline-block;
	margin-left: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 10px;
	width: auto;
	text-transform: uppercase;
}
.welcome_box_titel {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	display: inline;
	width: 100%;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	background-color: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#icon_menu {
	pointer-events: all;
	height: 24px;
	width: 124px;
	margin-top: 30px;
	position: fixed;
	margin-left: 21px;
	left: 2%;
	top: 2%;
	display: block;
	z-index: 12;
}
#icon_menu a:link, #icon_menu a:visited {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #000000;
	background-image: url(../images/icon_menu.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	text-transform: uppercase;
	height: 24px;
	text-decoration: none;
	padding-top: 2px;
}
#icon_menu.activated a:link, #icon_menu.activated a:visited,
#icon_menu a:hover, #icon_menu a:active {
	background-image: url(../images/icon_menu_over.png);
}
nav#navi_box a.menu_close:link,
nav#navi_box a.menu_close:visited {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	display: block;
	height: 26px;
	width: 100%;
	float: left;
	background-image: url(../images/icon_close.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-transform: uppercase;
	border-bottom: 2px solid #FFFFFF;
	padding: 8px 0 35px 40px;
	margin: 0 0 5px 0;
}
nav#navi_box a.menu_close:focus,
nav#navi_box a.menu_close:hover,
nav#navi_box a.menu_close:active {
	text-decoration: none;
	font-weight: 400;
	color: #D11928;
	background-image: url(../images/icon_close_over.png);
}

#container_center {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	margin-bottom: 25px;
	overflow: hidden;
	display: block;
	position: absolute;
	height: auto;
}
#up_button  {
	width: 32px;
	bottom: 0px;
	overflow: hidden;
	float: right;
	display: block;
	position: absolute;
	text-align: right;
	right: 20px;
	height: 31px;
}
#container nav#navi_box {
	display: none;
}
#container.menu nav#navi_box {
	display: block;
	overflow: hidden;
	float: left;
	width: 240px;
	opacity: 0.9;
	z-index: 12;
	clear: left;
	padding: 200px 0 0 30px;
	margin: 10px 0 0 0;

}
nav#navi_box ul{
	list-style: none;
	display: block;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
nav#navi_box li{
	background-image: none;
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
	margin-bottom: 6px;
	float: left;
	height: 24px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	list-style-type: none;
	width: 168px;
	padding-bottom: 0px;
}
nav#navi_box li.first_child{
	border-left-style: none;
	padding-left: 0px;
	margin-left: 40px;
}
nav#navi_box li.last_child{
	border-left-style: none;
	margin-bottom: 10px;
}
nav#navi_box a:link,
nav#navi_box a:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 10px;
}
nav#navi_box a:focus,
nav#navi_box a:hover,
nav#navi_box a:active{
	color: #D11928;
	text-decoration: none;
	height: 24px;
}
div {
	text-decoration: none;
}
p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #535353;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1px;
	padding-bottom: 0px;
	line-height: 1.7em;
	overflow: hidden;
}
.newsdatum{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #535353;
	font-size: 14px;
	text-decoration: none;
	margin: 0 0
}
a.aelterenewsladen:link,
a.aelterenewsladen:visited,
a.aelterenewsladen:focus{
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	width: 150px;
	height:35px;
	margin: 0 auto;
	padding: 7px 0 5px 0;
	font-family: "Montserrat",Arial,Helvetica,Verdana,sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: white;
	background-color: #6d6d6d;
	text-align: center;
	line-height: 1.5em;
}
a.aelterenewsladen:hover,
a.aelterenewsladen:active{
	color: black;
}
a.aelterenewsladen.loading span,
a.aelterenewsladen img{
	display: none;
}
a.aelterenewsladen span,
a.aelterenewsladen.loading img{
	display: inline;
}
.spalte_r_adressbox p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #394049;
	padding-left: 0px;
	text-align: right;
	line-height: 1.6em;
	margin-bottom: 0px;
}
.textbox_grau p   {
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
}
ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.7em;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 0px;
	color: #333333;
	font-size: 14px;
}
li {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #535353;
	font-size: 16px;
	display: list-item;
	margin-bottom: 8px;
	list-style-type: none;
	background: url(/images/icon_dot.png) left 8px no-repeat;
	padding-left: 20px;
}
p.kursiv{
	font-style: italic
}
b {
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}
table, tr, td, input, textarea, code {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.5em;
	color: #6D7279;
	float: left;
	padding-bottom: 6px;
}
td {
	vertical-align:top;
}
a:link, a:visited {
	color: #000000;
	font-weight: 700;
}
a:hover, a:active {
	text-decoration: none;
}
main {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 82vh;
	width: 1200px;
	max-width: 100%;
	margin-right: auto;
	height: auto;
	display: block;
	margin-left: auto;
	margin-top: 120px;
}
.twocolumns{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.twocolumns .col1{
}
.twocolumns .col2{
}
.twocolumns .col2 iframe{
	height: 100% !important;
}
#bg_weiss {
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-right: 0px;
	padding-left: 0px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#bg_grau {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-right: 115px;
	padding-left: 115px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED;
	padding-top: 35px;
	display: block;
}
.box_grau_sp_r  {
	overflow: hidden;
	display: block;
	margin-left: 0px;
	width: 238px;
	margin-top: 0px;
	padding-left: 0px;
	background-color: #F2F2F2;
	margin-bottom: 8px;
}
a.mehr:link,
a.mehr:visited {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3em;
	color: #EBAB2F;
	display: block;
	width: 100px;
	margin-bottom: 15px;
	height: auto;
	padding-bottom: 0px;
}
a.mehr:focus,
a.mehr:hover,
a.mehr:active {
	color: #333333;
	text-decoration: underline;
}
.record_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: visible;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.textbox_grau {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #FBFBFB;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;
}
.spalte_l {
	width: 550px;
	display: block;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.spalte_r {
	width: 317px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}
.spalte_center {
	width: 1000px;
	display: block;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: left;
	margin-left: auto;
}
.spalte_r_img_box {
	width: 273px;
	display: block;
	float: right;
	margin-top: 0px;
	margin-bottom: 25px;
	border-left: 1px solid #4681C6;
	margin-left: 69px;
	padding-left: 13px;
	margin-right: 0px;
}
.spalte_r_adressbox {
	width: 210px;
	display: block;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	border-left: 1px solid #4681C6;
	height: auto;
	margin-bottom: 0px;
}
.images_box_left{
	float: left;
	margin-right: 20px;
}
.images_box{
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: left;
	margin-right: 20px;
	width: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	height: auto;
}
.images_box img{
	float: left;
}
.images_box.right{
	margin-left: 20px;
	margin-bottom: 0px;
	display: block;
	float: right;
	padding-right: 0px;
	padding-bottom: 0px;
}
figcaption.images_legende {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #000000;
	line-height: 1.4em;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0 15px 0 15px;
	height: 0px;
	float: left;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0px;
	transition: all 1000ms ease;
	max-height: 100%;
}
a:link figcaption.images_legende,
a:visited figcaption.images_legend{
	height: 0;
	max-height: 0;
}
a:focus figcaption.images_legende,
a:hover figcaption.images_legende,
a:active figcaption.images_legende{
	height: 140px;
	max-height: 100%;
}
#lay_leistungen a:link figcaption.images_legende,
#lay_leistungen a:visited figcaption.images_legende,
#lay_leistungen a:focus figcaption.images_legende,
#lay_leistungen a:hover figcaption.images_legende,
#lay_leistungen a:active figcaption.images_legende{
	position: static;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	max-height: none;
	background-color: #EDEDEC;
	margin-top: 10px;
}
#lay_leistungen a:focus figcaption.images_legende,
#lay_leistungen a:hover figcaption.images_legende,
#lay_leistungen a:active figcaption.images_legende{
	background-color: #424242;
	color: white;
}
.images_legende_team {
	box-sizing: border-box;
	height: 0px;
	position: absolute;
	bottom: 0px;
	display: block;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0 15px 0 15px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	transition: all 1000ms ease;
	max-height: 100%;
}
.images_legende_team h4{
	text-transform: uppercase;
	font-family: "Montserrat",Arial,Helvetica,Verdana,sans-serif;
	font-size: 15px;
	color: #000000;
	padding-top: 15px;
}
.images_legende_team p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #535353;
	font-size: 14px;
	line-height: 1.7em;
}

.images_box:hover .images_legende_team {
	height: 100px;
	max-height: 100%;
}
.images_box.nomarginright{
	display: block;
	margin-right: 0px;
}
hr.trenner {
	padding: 0px;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 1px;
	border-top: 1px solid #B0B0AF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 100%;
}
#news .record_box{
	margin: 0;
}
hr.trenner_content {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 520px;
	margin-bottom: 28px;
	margin-left: 322px;
	height: 1px;
	border-top: 1px solid #BDBEC1;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 780px;
}
hr.trenner_adressbox {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 150px;
	height: 1px;
	border-top: 1px solid #4681C6;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 60px;
	clear: both;
	float: none;
}
hr.trenner_navi {
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	height: 1px;
	border-top: 2px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 168px;
}
div.trenner {
	margin-bottom: 0px;
	margin-left: 0px;
	height: 1px;
}
.icon_mehr  {
	display: block;
	padding: 0;
	width: 26px;
	height: 26px;
	margin-bottom: 15px;
	margin-top: 7px;
	background-image: url(../images/icon_mehr_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.icon_open {
	display: block;
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
}
.icon_open a:link, .icon_open a:visited {
	background-image: url(../images/icon_open_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	display: block;
}
.icon_open a:hover, .icon_open a:active {
	background-image: url(../images/icon_open.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.icon_open_01 {
	display: block;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	float: right;
}
.icon_open_01 a:link, .icon_open_01 a:visited {
	background-image: url(../images/icon_open_over.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 30px;
	display: block;
}
.icon_open_01 a:hover, .icon_open_01 a:active {
	background-image: url(../images/icon_open.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h1 a:link,
h1 a:visited,
h1 a:focus,
h1 a:hover,
h1 a:active,
h1{
	display: inline-block;
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 24px;
	vertical-align: top;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
	padding-top: 0px;
	letter-spacing: 1px;
	text-decoration: 
	none;
}
.pdf_links_dings{
	height: 30px;
	width: 300px;
	display: block;
	float: right;
	margin: 12px 0 0 0;
}
img.pdf_downl_spinner,
a.pdf_downl_link:link,
a.pdf_downl_link:visited,
a.pdf_erz_link:link,
a.pdf_erz_link:visited{
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	margin: 15px 0 0 0;
	color: black;
	font-size: 14px;
	text-decoration: none;
}
a.pdf_downl_link:focus,
a.pdf_downl_link:hover,
a.pdf_downl_link:active,
a.pdf_erz_link:focus,
a.pdf_erz_link:hover,
a.pdf_erz_link:active{
	text-decoration: underline;
}
img.pdf_downl_spinner{
	margin-left: 0;
	float: left;
}
h2 {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 24px;
	vertical-align: top;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
	clear: both;
}
#bg_grau h2  {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
	vertical-align: top;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: none;
}
h3 {
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.spalte_l h3{
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	height: 30px;
	margin-bottom: 13px;
	-webkit-border-radius: 0px 0px 0px 15px;
	-moz-border-radius: 0px 0px 0px 15px;
	-o-border-radius: 0px 0px 0px 15px;
	-ms-border-radius: 0px 0px 0px 15px;
	border-radius: 0px 0px 0px 15px;
	background-color: #616161;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 24px;
	padding-bottom: 3px;
	padding-top: 1px;
}
h3.kindergarten{
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	height: 30px;
	margin-bottom: 13px;
	-webkit-border-radius: 0px 0px 0px 15px;
	-moz-border-radius: 0px 0px 0px 15px;
	-o-border-radius: 0px 0px 0px 15px;
	-ms-border-radius: 0px 0px 0px 15px;
	border-radius: 0px 0px 0px 15px;
	background-color: #2E67AC;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 24px;
	padding-bottom: 3px;
	padding-top: 1px;
}
h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: 700;
	margin-top: 0px;
	line-height: 1.3em;
}


/* ---F O O T-- */

footer {
	z-index: 12;
	width: 100%;
	clear: both;
	display: block;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.8);
	height: auto;
	position: absolute;
	background-color: rgba(243, 243, 243, 0.8);
}
footer *{
	color: #535353;
  font-weight: 400;
  text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #535353;
	font-size: 14px;
}
#container.std footer {
	position: static;	
	border-color: black;
}
footer .spalte {
	box-sizing: border-box;
	width: 25%;
	display: block;
	float: left;
	min-height: 75px;
	border-right: solid 1px #fff;
	margin: 0;
	padding: 0 0 0 40px;
}
footer .spalte4 {
	border-right: solid 0px #fff;
	text-align: left;
}
footer .spalte4 a:link,
footer .spalte4 a:visited{
	display: inline-block;
	margin: 5px 10px 0 0;
}
footer .spalte4 a:focus,
footer .spalte4 a:hover,
footer .spalte4 a:active{
	display: inline-block;
}
footer #footer_navi {
	width: auto;
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	height: auto;
}
footer #footer_navi ul {
	display: block;
	padding-top: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	text-align: left;
	clear: both;
	float: left;
}
footer #footer_navi li {
	width: auto;
	display: inline-block;
	background-image: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
footer #footer_navi li:before {
	content: "|";
	width: auto;
	display: inline-block;
	background-image: none;
	list-style-image: none;
	padding: 0 10px 0 10px;
}
footer #footer_navi li:first-child:before {
	display: none;
}
footer .adresse_box {
	line-height: 1.7em;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	width: auto;
	display: block;
	float: left;
	clear: both;
	height: auto;
}
footer .adresse_bold {
	font-weight: 700;
	color: #000000;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	text-transform: none;
	width: 250px;
	display: block;
	float: left;
	padding-top: 0px;
	margin-top: 16px;
}
footer a:link, footer a:visited {
	color: #535353;
	font-weight: 400;
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: #D11928;
	text-decoration: underline;
}
.gallery ul {
	margin: 0;
	padding: 0;
}
.gallery li{
	display: block;
	padding: 0;
	float: left;
	width: 285px;
	margin: 0 20px 20px 0;
	position: relative;
	height: 285px;
	overflow: hidden;
}
.gallery li.nomarginright{
	margin-right: 0;
}
#referenzen .images_box.refbox{
	box-sizing: border-box;
	padding: 0;
	width: 285px;
	height: 285px;
	background-color: #F2F2F2;
	float: left;
	display: block;
	text-align: center;
	margin: 0 7px 20px 8px;
}
#lay_leistungen .leistung{
	box-sizing: border-box;
	padding: 0;
	width: 33%;
	height: auto;
	float: left;
	display: block;
	text-align: center;
	padding: 0 7px 20px 8px;
	position: relative;
}
#lay_leistungen .leistung img{
	display: block;
	width: 100%;
	height: auto;
}

#referenzen .inimagetitle{
	overflow: hidden;
	width: 100%;
	height: 85px;
}
#referenzen .auswahlfeld{
	box-sizing: border-box;
	padding: 10px 30px;
	width: 285px;
	height: 285px;
	float: left;
	display: block;
	background-color: #F2F2F2;
	margin: 0 7px 20px 8px;
}
#referenzen.new .auswahlfeld{
	height: 590px;
}
#referenzen .auswahlfeld h2{
	margin-bottom: 8px;
}
#referenzen .auswahlfeld label{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	color: #535353;
	font-size: 14px;
	display: block;
	clear: both;
	margin: 0 0 2px 0;
}
#referenzen .auswahlfeld hr.trenner {
	padding: 0px;
	margin: 5px 0;
}
#referenzen .auswahlfeld input.schlagwortcheckbox {
	display: none;
}
#referenzen .auswahlfeld span {
    width: 22px;
	color: #404040;
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
}
#referenzen .auswahlfeld span .fa-check-square-o {
	display: none;
}
#referenzen .auswahlfeld span .fa-square-o {
	display: block;
}

#referenzen .auswahlfeld input:checked + span .fa-check-square-o {
	display: block;
}
#referenzen .auswahlfeld input:checked + span .fa-square-o {
	display: none;
}
#referenzen .images_box.refbox .leistungen_icons{
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
#referenzen .images_box.refbox .leistungen_icons img{
	float: right;
	max-width: 10%;
	width: 30px;
	margin: 1%;
	padding: 1%;
	height: auto;
	background-color: rgba(246, 243, 243, 0.5);
	border: 1px solid #C04544;
}
#lay_std{
	position: relative;
}
#lay_std .leistungen_icons{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
#lay_std .leistungen_icons .icon {
	display: block;
	float: left;
	width: auto;
	margin: 3px;
	padding: 3px;
	height: 38px;
}
#lay_std .icon .label{
	display: block;
	float: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	padding: 15px 20px 0 5px;
	color: #535353;
	font-size: 16px;
}
#lay_std .icon img{
	display: block;
	float: left;
	background-color: rgba(246, 243, 243, 0.5);
	border: 1px solid #C04544;
	padding: 3px;
	height: auto;
	width: 30px;
}
a#coppelocca:link,
a#coppelocca:visited{
	display: block;
	position: absolute;
	width: 160px;
	height: 160px;
	bottom: 100px;
	left: 20px;
	z-index: 100;
}
a#coppelocca:focus,
a#coppelocca:hover,
a#coppelocca:active{

}
.klapp_text{
	display: none;
}
#lehrlinge {
	padding-top: 64px;
}
#lehrlinge ul{
	padding: 0 10%;
}
#lehrlinge .images_box{
	margin-right: 10%;
}
#lehrlinge .images_box img{
	width: 100%;
	height: auto;
}
#lehrlinge .record_box h2,
#lehrlinge .record_box h3,
#lehrlinge .record_box p{
	padding: 0 10%;
}
#lehrlinge .record_box h3{
	margin: 0 0 0 0;
	text-transform: none;
	letter-spacing: 0;
	font-style: italic;
	font-weight: 400;
}
#lehrlinge .gallery li{
	box-sizing: border-box;
	width: 255px;
	padding: 28px 35px 0 25px;
	height: 303px;
	background: url('../images/lehrlinge_frame.png') center center no-repeat;
}
#lehrlinge .gallery li img{
	width: 100%;
	height: auto;
}
#lehrlinge a.file:link,
#lehrlinge a.file:visited{
	box-sizing: border-box;
	display: block;
	width: auto;
	height: auto;
	float: left;
	clear: left;
	padding-left: 0;
	padding-bottom: 4px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 55px auto;
	text-decoration: none;
	margin: 20px 0 0 0;
}
#lehrlinge a.file:focus,
#lehrlinge a.file:hover,
#lehrlinge a.file:active{
	text-decoration: none;
}
#lehrlinge a.file .part1,
#lehrlinge a.file .part2{
	display: block;
	float: none;
	text-decoration: none;
	width: 100%;
}
#lehrlinge a.file .part1{
	font-size: 26px;
	font-weight: 700;
	font-style: italic;
}
#lehrlinge a.file .part2{
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
}
#lehrlinge .record_box{
	position: relative;
	margin: 0 0 100px 0;
}
#lehrlinge a.lehrlingeformlink.kv{
	background-image: url('../images/Gluehbirne_Lehre.png');
}
#lehrlinge a.lehrlingeformlink.lehrlinge{
	background-image: url('../images/Gluehbirne_Lehre.png');
}
#lehrlinge a.lehrlingeformlink:link,
#lehrlinge a.lehrlingeformlink:visited{
	position: absolute;
	right: 10%;
	top: 0;
	display: block;
	background-position: 0 0;
	background-repeat:no-repeat;
	background-size: 100% auto;
	width: 30vw;
	max-width: 290px;
	height: 290px;
}
#lehrlinge a.lehrlingeformlink:focus,
#lehrlinge a.lehrlingeformlink:hover,
#lehrlinge a.lehrlingeformlink:active{

}
#lay_team_intern h1,
#lay_team h1{
	display: block;
}
#lay_team_intern h1 select,
#lay_team h1 select{
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
	position: absolute;
	right: 0;
	height: 30px;
	background-color: white;
	box-shadow: none;
	border: 1px solid rgba(0,0,0,.2);
	padding: 0 5px;
}
#lay_team_intern h1 select option{
	font-family: "Montserrat", Arial, Helvetica, Verdana, sans-serif;
}
#coppa_logo{
	display: block;
	position: absolute;
	z-index: 10;
	top: 110px;
	left: 30px;
	width: 150px;
	height: auto;
	opacity: .8;	
}
#coppa_logo:hover{
	opacity: 1;
}
#coppa_logo img{
	width: 150px;
	height: auto;
}
.youtube-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
	#container.std #topbargrey{
		position: fixed;
		height: 73px;
		background-color: #F2F2F2;
		border: none;
		padding: 1px 0;
	}
	#container.std #icon_menu{
		top: 0;
	}
	#container.std #giovanni-russo-logo{
		top: 0;
	}
	main{
		width: 99%;
		margin: 90px .5% 0 .5%;
		min-height: 85vh;
		padding: 0px 0 20px 0;
	}
	#container.std{
		min-height: auto;
	}
	#container #giovanni-russo-logo{
		background-color: transparent;
	}
	#referenzen{
	
	}
	#referenzen .auswahlfeld,
	#referenzen .images_box.refbox {
		text-align: left;
	}
	.gallery li,
	.gallery li.nomarginright{
		display: inline-block;
		padding: 0;
		float: none;
		width: 22%;
		height: auto;
		margin-left: 1%;
		margin-right: 1%;
	}
	.gallery li img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 910px) {
	#lehrlinge a.lehrlingeformlink:link,
	#lehrlinge a.lehrlingeformlink:visited{
		top: 120px;
	}
	#lehrlinge a.file:link,
	#lehrlinge a.file:visited{
		padding-left: 70px;
	}
	#lehrlinge a.file .part1{
		font-size: 25px;
	}
	#lehrlinge a.file .part2{
		font-size: 14px;
	}
	#lehrlinge h1{
		margin-left: 0;
		height: 140px;
	}
	#lehrlinge .record_box.with-lehrlingeformlink{
		padding-bottom: 100px;
	}
	#lehrlinge a.lehrlingeformlink:link,
	#lehrlinge a.lehrlingeformlink:visited{
		margin-top: 40px;
		clear: both;
		position: static;
		display: block;
		width: 100%;
		max-width: 100%;
		height: 200px;
		background-size: auto 100%;
		background-position: center center;
	}
	.gallery{
		text-align: center;
	}
	#referenzen .auswahlfeld{
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}
	#container.menu nav#navi_box{
		padding-top: 100px;
	}
	.gallery .images_box,
	#lay_leistungen .leistung,
	#referenzen .images_box.refbox {
		width: 31%;
		height: auto;
		margin: 1vw 1%;
	}
	.gallery .images_box img,
	#referenzen .images_box.refbox img{
		width: 100%;
		height: auto;
	}
	figcaption.images_legende_team *{
		width: 100%;
		font-size: 14px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	figcaption.images_legende * {
		width: 100%;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.gallery{
		text-align: center;
	}
	.gallery li,
	.gallery li.nomarginright{
		height: auto;
		width: 30%;
		margin: 0 1% 10px 1%;
	}
	.gallery li img{
		width: 100%;
		height: auto;
	}
	footer .spalte{
		width: 50%;
	}
}
@media screen and (max-width: 700px) {
	.twocolumns{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto 300px;
	}
	.twocolumns .col1{
	}
	.twocolumns .col2{
	}
	.twocolumns .col2 iframe{
		height: 100% !important;
	}
	#coppa_logo{
		top: 90px;
		left: 10px;
	}
	#ssc-iso9001-logo{
		display: none;
	}
	footer .spalte{
		width: 96%;
		padding: 0;
		min-height: auto;
		height: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-left: auto;
		overflow: hidden;
		display: block;
		text-align: center;
		float: none;
		clear: both;
		text-align: center;
		border-right: none;
	}
	footer .spalte4 a:link,
	footer .spalte4 a:visited{
		margin: 0 10px;
	}
	footer #footer_navi ul {
		text-align: center;
	}
	footer{
		padding-top: 10px;
	}
	footer .adresse_bold {
		display: inline;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	footer .adresse_box,
	footer .adresse{
		display: inline;
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.welcome_box {
		width: 500px;
		top: 35%;
		left: 50%;
		margin: 0 0 0 -250px;
	}
	.welcome_box_slogan{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.welcome_box_titel {
		font-size: 14px;
		margin-bottom: 5px; 
	}
	.images_box{
		width: 142px;
		height: auto;
	}
	.images_box img,
	.einzelimg img{
		width: 100%;
		height: auto;
	}
	#referenzen .inimagetitle{
		font-size: 12px;
	}
	a#coppelocca:link,
	a#coppelocca:visited{
		display: block;
		position: absolute;
		width: 160px;
		height: 160px;
		bottom: 10px;
		left: 20px;
		z-index: 100;
	}
}
@media screen and (max-width: 500px) {
	#lehrlinge .images_box{
		width: 80%;
		height: auto;
		margin-left: 10%;
		margin-right: 10%;
	}
	#lehrlinge .images_box img{
		width: 100%;
		height: auto;
	}
	#ssc-iso9001-logo{
		display: none;
	}
	a:link figcaption.images_legende,
	a:visited figcaption.images_legende{
		height: 70px;
		max-height: 100%;
	}
	figcaption.images_legende{
		padding: 0 5px;
	}
	#referenzen .inimagetitle{
		height: 50px;
		font-size: 11px;
		line-height: 1.5em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	figcaption.images_legende .icon_mehr {
		width: 13px;
		height: 13px;
		background-size: contain;
		position: absolute;
		bottom: 0;
		right: 5px;
	}
	.images_box:hover .images_legende_team,
	.images_box .images_legende_team {
		height: 63px;
		max-height: 100%;
		padding: 5px 0 0 0;
	}
	.images_legende_team p{
		margin: 0;
		font-size: 12px;
		line-height: 1.4em;
	}
	.images_legende_team h4{
		margin: 0;
		line-height: 1.4em;
		padding: 0;
		font-size: 11px;
	}
	#referenzen .auswahlfeld{
		display: block;
		float: none;
		margin: 0 auto 20px auto;
	}	
	.gallery .images_box,
	#lay_leistungen .leistung,
	#referenzen .images_box.refbox {
		width: 48%;
	}
	.gallery li,
	.gallery li.nomarginright{
		width: 45%;
	}
	#giovanni-russo-logo{
		padding: 0 0 0 0;
		margin: 15px 0 0 0;
		box-sizing: border-box;
		max-width: calc(100% - 150px);
	}
	#giovanni-russo-logo img{
		width: 100%;
		height: auto;
	}
	#icon_menu {
		margin: 25px 0 0 0;
	}
	.home #icon_menu {
		margin: 25px 0 0 5px;
	}
	hr.trenner{
		margin: 15px 0;
	}
	h1,h2{
		font-size: 20px;
	}	
	.images_box{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
}
@media screen and (max-width: 380px) {
	#ssc-iso9001-logo{
	display: none;
	}
}