h1,
#stage h1 { 
	color: #FF7474;
    font-size: 82px;
    line-height: 86px;
	font-weight: 400;
	font-family: 'Smooch Sans';
    margin: 0px;
}

h2,
#stage h2 { 
    color: #FF7474;
    font-size: 70px;
    line-height: 76px;
    font-weight: 400;
    font-family: 'Smooch Sans', Arial;
    margin: 0px;
}

h3,
#stage h3 { 
    font-size: 52px;
    line-height: 60px;
	letter-spacing: 0px;
	color: #003C9E;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    font-family: 'Smooch Sans', Arial;
    margin: 0px;
}

h4 { 
	color: #FF7474;
    font-size: 30px;
    line-height: 36px;
    margin: 0px;
}

p, li { 
	color: #787878;
	font-size: 20px;
	line-height: 30px;
}

strong {
    font-size: 20px;
    line-height: 30px;
    color: #FF7474;
}

a,
a.nav,
a.path,
a:hover.nav,
a:hover.path { 
	color: #FF7474;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
}



/*** General Styles ***/

body { 
	margin: 0px; 
	padding: 0px; 
	margin: 0px;
    width: 100%;
    overflow-x: hidden;
    
    font-family: 'Open Sans';
}

#center {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/***  Style Elements  ***/

.clearer {
	clear: both;
}

.text-center {
  text-align: center;
}

.content-padding {
  padding: 50px 20px;
}

.light-content p {
  color: #fff;
}

#stage .blue-content h1,
#stage .blue-content h2,
#stage .blue-content h3,
.blue-content p {
  color: #003C9E;
}

/*** Buttons ***/

.button {
  background: #FF7474;
  border: 1px solid #FF7474;
  color: #fff;
  padding: 5px 20px 5px 20px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0px 3px 6px #00000066;
  border-radius: 24px;
}

.pdf-download {
  background: #BBC6B8 url(../images/Icons/download-icon-weiss.png) 15px center no-repeat;
  background-size: 20px;
  border: 2px solid #BBC6B8;
  color: #fff;
  padding: 5px 20px 5px 45px;
  display: inline-block;
  text-decoration: none;
}


/***  Navigation  ***/

#main-navigation {
	position: absolute;
	top: 70px;
	right: 0px;
	display:block;
	height: 50px;
	width: 85%;
	z-index:10;
	text-align: right;
	float: right;
}


/* Menu Bottom */

.menu-bottom {
  width: auto;
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: 0px;
}

.menu-bottom ul { 
	padding: 0px 0px 0px 0px; 
	margin: 0 0 0 85px;
}

.menu-bottom ul li {
  display: inline-block;
  color: #FF7474;
  list-style-type: none;
  padding: 0px 15px 0px 15px;
  font-size: 18px;
  line-height: 22px;
  border-right: 1.5px solid #FF7474;
}

.menu-bottom ul li:last-of-type {
  border-right: 0;
}

.menu-bottom ul li a, 
.menu-bottom ul li a:hover { 
    color: #FF7474;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}



/***  Header  ***/

#header {
  	height: 150px;
  	width: 100%;
  	background: #fff;
  	z-index: 5;
  	display: block;
  	overflow: visible;
  	position: relative;
    top: 0px;
    left: 0px;
    box-shadow: 0px 7px 14px #00000026;
    position: fixed;
}


.header-inner {
  	height: auto;
  	width: 1200px;
  	height: 100%;
  	position: relative;
  	margin-top: 0px;
  	margin-left: auto;
	margin-right: auto;
}

.logo {
  	position: absolute;
  	top: 65px;
  	left: 0px;
  	z-index: 5000000000;
  	display: inline-block;
}

.logo img {
    display: block;
    height: 55px;
    width: auto;
    z-index: 5000000000;
}



/*** Eyecatcher ***/

.eyecatcher h2 {
  	font-size: 80px;
    line-height: 85px;
    padding: 0px;
    margin: 0px;
}

.eyecatcher h2 strong {
  	font-size: 80px;
    line-height: 85px;
    color: #fff;
}

/***  Content  ***/

#stage { 
	width: 100%;
  	margin-left: auto;
	margin-right: auto;
	min-height: 500px; 
	padding: 0px; 
	margin-top: 200px; 
	margin-bottom: 0px; 
	text-align: left;  
}

#uid1 #stage { 
	margin-top: 150px; 
}

#stage img {
  max-width: 100%;
  height: auto;
  display: block;
}

.main-col {
	/*max-width: 1000px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.frame-default,
.frame-layout-0,
.frame-layout-1 {
  padding: 0px 0px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  
}

.frame-layout-2 {
  padding: 30px 0px 30px 0px;
  max-width: 92%;
  width: 100%;
  margin-right: 0px;
  display: block;
  background: #BBC6B8;
  margin-bottom: 80px;
}

.frame-layout-2 .frame-layout-0 {
  max-width: 98%;
}

.frame-layout-3 {
  padding: 0px 0px 0px 0px;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*** Teaser ***/

.teaser .col-md,
.teaser .col-md-4 {
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.teaser .col-md .frame,
.teaser .col-md-4 .frame {
  background: #fff;
  height: 100%;
  display: block;
  padding: 10%;
  box-shadow: 0px 4px 13px #00000029;
}

.teaser .col-md-4 h4 {
  padding-top: 20px;
}

.teaser .frame-type-textpic {
  position: relative;
  width: 100%;
  display: block;
}

.teaser .frame-type-textpic .ce-gallery {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
  display: block;
  text-align: center;
}

.teaser .frame-type-textpic .ce-gallery figure {
  height: 90px;
  width: 90px;
  display: block; 
  
}

.teaser .frame-type-textpic .ce-gallery figure img {
  height: 90px;
  width: 90px;
  display: block; 
}

.teaser h4 {
  background: url(../images/Icons/Icon-Linie.png) bottom center no-repeat;
  background-size: 50% auto;
  padding-bottom: 30px;
}

/* Image Wrapper */

#stage .img-wrapper img {
  max-width: 80%;
  height: auto;
  padding-top: 20px;
}

/* Mask Elements */

/*
.wave-container {
    position: relative;
    width: 100%;
    background-color: #3c31dd;
    padding-top: 300px;
}

.wave-container:before {
	content: "";
    background: url(../images/Wellenflächen/Wellenflaeche-oben-weiss.png) bottom center no-repeat;
    background-size: cover;
    position: absolute; 
    top: 0px;
    left: 0px;
    height: 300px;
    width: 100%;
    display: block;
}
*/


/*
#c165.frame-layout-3 {
    margin-left: 0%;
    margin-right: 0%;
    z-index: 5;
    mask-image: url(../images/Wellenflächen/Wellenflaeche-oben-unten-klein.png);
    mask: url(../images/Wellenflächen/Wellenflaeche-oben-unten-klein.png) center center / cover;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/Wellenflächen/Wellenflaeche-oben-unten-klein.png);
    -webkit-mask: url(../images/Wellenflächen/Wellenflaeche-oben-unten-klein.png) center center / cover;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}
*/

/*** Aufzählungszeichen ***/


#stage ul {
  padding-left: 0px;
  margin-left: 0px;
}

#stage ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
  padding-bottom: 5px;
  padding-top: 2px;
  position: relative;;
  padding-left: 40px;
}

#stage ul li:before {
  content: "";
  background: url(../images/Icons/Icon-Pfeil.png) top left no-repeat;
  background-size: contain;
  height: 20px;
  width: 35px;
  display: inline-block;
  position: absolute;
  top: 8px; 
  left: 0px;
}




/*** Quickpanel ***/

.quickpanel {
    height: auto;
    width: 100%;
    display: block;
    background: #E2EDFF;
    min-height: 300px;
    padding-top: 40px;
}

.quickpanel-inner {
  	height: auto;
  	width: 1200px;
  	margin-left: auto;
	margin-right: auto;
	text-align: center;
    padding: 0px 20px 40px 20px; 
    background: url(../images/Logos/Logo-Digitale-Praxis-IT.png) left 20px top 60px no-repeat;
    background-size: 340px;
    box-sizing: border-box;
}

.company {
    color: #707070;
    float: left;
    display: inline-block;
    text-align: left;
    padding-top: 140px;
    padding-right: 20px;
    width: auto;
    min-width: 33%;
    height: 100%;
    margin-top: 0px;
}

.company a, 
.company a:hover,
.company p {
    color: #707070;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
}

.company p strong {
	font-weight: bold;
	font-size: 18px;
    line-height: 28px;
    color: #FF7474;
}

.company img {
  	height: 100px;
  	width: auto;
  	margin-bottom: 40px;
}

.quicklinks {
	display: inline-block;
	width: auto%;
	min-width: 30%;
	box-sizing: border-box;
    padding-top: 155px;
    color: #fff;
    float: left;
    display: inline-block;
    padding-left: 40px;
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.quicklinks:last-of-type {
	float: right;
}

.quicklinks ul {
	margin: 0px;
	padding: 0px;
}

.quicklinks ul li {
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
}

.quicklinks p,
.quicklinks ul li a,
.quicklinks ul li a:hover  {
    font-size: 18px;
    line-height: 20px;
	color: #707070;
    text-decoration: none;
}

.quicklinks img {
	max-height: 90px;
	width: auto;
	display: block;
}

/* Footer */

.footer {
	background: #E2EDFF;
}

.footer-inner {
  	height: auto;
  	width: 1200px;
  	position: relative;
  	margin-left: auto;
	margin-right: auto;
    padding: 0px 20px 30px 20px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
	color: #fff;
}

.copyright {
	width: auto;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	margin-right: 0px;
	text-align: right;
	float: left; 
	color: #FF7474;
	font-weight: 500;
}


@media (max-width: 1300px) {

.header-inner {
  width: 95%;
}

.partner .wrap-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.frame-default {
  max-width: 100%; 
}

.frame-layout-0,
.frame-layout-1 {
  max-width: 95%; 
}

.frame-layout-0 .frame-layout-0 {
  max-width: 100%; 
}

.quickpanel-inner {
  width: 95%;
  padding: 0px 0px 40px 0px; 
  background: url(../images/Logos/Logo-Digitale-Praxis-IT.png) left 0px top 60px no-repeat;
  background-size: 340px;
}

.footer-inner {
  width: 95%;
  padding: 0px 0px 30px 0px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

}

@media (max-width: 960px) {

.company {
    width: 100%;
    min-width: 100%;
}

.quicklinks {
	width: 50%;
	min-width: 50%;
	padding-left: 0px;
	padding-top: 20px;
}

}

@media (max-width: 1150px) {

#header {
  	height: 100px;
  	position: fixed;
  	box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
}

.logo {
  	top: 25px;
}

.logo img {
    height: 50px;
}

#stage {
	margin-top: 130px;
}

#uid1 #stage {
	margin-top: 100px;
}

#main-navigation {
  max-width: 60%;
  margin-right: 0px; 
  overflow: hidden;
}  

}


@media (max-width: 800px) {

h1,
#stage h1 { 
    font-size: 56px;
    line-height: 60px;
}

h2,
#stage h2 { 
    font-size: 45px;
    line-height: 50px;
}

h3 { 
    font-size: 30px;
    line-height: 40px;
}

h4 { 
    font-size: 25px;
    line-height: 30px;
}

p, li { 
	font-size: 18px;
	line-height: 28px;
}

strong {
    font-size: 18px;
    line-height: 28px;
}

a,
a.nav,
a.path,
a:hover.nav,
a:hover.path { 
	font-size: 18px;
	line-height: 28px;
}

.eyecatcher h2 {
  	font-size: 56px;
    line-height: 60px;
}

.eyecatcher h2 strong {
  	font-size: 56px;
    line-height: 60px;
}

.copyright {
	width: 100%;
	display: block;
	text-align: left;
}

.menu-bottom {
  width: 100%;
  display: block;
  text-align: left;
  float: left;
}

.menu-bottom ul { 
	padding: 30px 0px 0px 0px; 
	margin: 0 0 0 -15px;
}

}

@media (max-width: 767px) {

#stage .img-wrapper img {
  max-width: 30vw;
  padding-top: 20px;
  padding-bottom: 20px;
}

}


@media (max-width: 500px) {

#header {
  	height: 70px;
}

.logo {
  	top: 20px;
}

.logo img {
    height: 30px;
}

#stage {
	margin-top: 70px;
}

#uid1 #stage {
	margin-top: 100px;
}

#stage .img-wrapper img {
  max-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}


}

/* Partner */

.partner {
	height: 65px;
  	width: 100%;
  	z-index: 6;
  	display: block;
  	position: absolute;
    top: 0px;
    left: 0px;
    position: fixed;
}

.partner .wrap-inner {
  	height: auto;
  	max-width: 1200px;
  	height: 100%;
  	position: relative;
  	margin-top: 0px;
  	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 20px;
}

.partner .wrap-inner .partner-item {
	width: 220px;
	height: 65px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	margin-left: 20px;
}

.partner .wrap-inner .partner-item:first-of-type {
	width: 190px;
}

.partner .wrap-inner .partner-item:nth-of-type(2) {
	width: 190px;
}

.partner .wrap-inner .partner-item:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	height: 50px;
	width: 2px;
	background: #000;
}

.partner .wrap-inner .partner-item:first-of-type:after {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	height: 50px;
	width: 2px;
	background: #053856;
}

.partner .wrap-inner .partner-item:nth-of-type(2):after {
	content: "";
	position: absolute;
	top: 0px;
	left: -10px;
	height: 50px;
	width: 2px;
	background: #1D78C6;
}

.partner div img {
	height: 30px;
	width: auto;
	display: inline-block;
	padding-top: 0px;
	padding-right: 10px;
	box-sizing: border-box;
}

.partner .wrap-inner .partner-item:last-of-type img {
	height: 75px;
	width: auto;
	display: inline-block;
	padding-right: 0px;
	padding-top: 12px;
}

.partner span {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	background: #fff;
	width: auto;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 70px;
	text-align: left;
}

.partner .partner-item:first-of-type span {
	top: 15px;
	color: #053856;
	padding-right: 0px;
	right: 130px;
    max-width: 60px;
}

.partner .partner-item:nth-of-type(2) span {
	top: 15px;
	color: #1D78C6;
	padding-right: 0px;
	right: 130px;
  max-width: 60px;
}

.partner div.img-wrap {
 	height: 65px;
 	width: auto;
 	display: block;
    position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
    justify-content: center; 
    align-items: center;     
    height: 65px;   
}

.partner .partner-item:first-of-type div.img-wrap {
    top: 6px;
}

.partner .partner-item:nth-of-type div.img-wrap {
    top: 2px;
}


@media (max-width: 1150px) {

.partner {
    display: none;
}

}

#uid3 body,
#uid3 .partner span { font-family: 'Open Sans'; }

/* ce-reference */

.row.ce-reference {
  margin-right: 0px;
  margin-left: 0px;
}

.ce-reference .ce-col {
  box-shadow: 3px 3px 12px #B8D3FF7A;
  border: 3px solid #B8D3FF;
  box-sizing: border-box;
  padding: 2%;
}

.ce-reference:first-of-type .ce-col {
  border-bottom: 0;
}

.ce-reference.last .ce-col {
  border-bottom: 3px solid #B8D3FF;
}

.ce-reference .ce-col:first-of-type {
  border-right: 0;
}

.ce-reference .ce-col:last-of-type {
  border-left: 0;
}

.ce-reference p {
  color: #003C9E;
}

@media (max-width: 767px) {

.ce-reference:first-of-type .ce-col {
  border: 3px solid #B8D3FF;
}

.ce-reference.last .ce-col {
  border: 3px solid #B8D3FF;
}

.ce-reference .ce-col:first-of-type {
  border: 3px solid #B8D3FF;
}

.ce-reference .ce-col:last-of-type {
  border: 3px solid #B8D3FF;
}

}

.wave-mask-top {
  position: relative; 
}

.wave-mask-bottom {
  position: relative; 
}

.wave-mask-top .ce-container {
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
}

.wave-mask-bottom .ce-container {
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
}

.wave-mask-top:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
  position: relative;
  mask-image: url('../images/Wellenflächen/Wellenflaeche-oben-weiss.png');
  mask: url('../images/Wellenflächen/Wellenflaeche-oben-weiss.png') center bottom / cover;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('../images/Wellenflächen/Wellenflaeche-oben-weiss.png');
  -webkit-mask: url('../images/Wellenflächen/Wellenflaeche-oben-weiss.png') center bottom / cover;
  mask-repeat: repeat;
  mask-size: cover;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  display: block;
}

