@charset 'utf-8';
* {
	font-family: Calibri, Arial, sans-serif;
}
body, html { 
	font-size: 18px; 
	padding: 0; 
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	color: #378292;  /* Basis Schriftfarbe */	
	background: #378292;  /* Basis Hintergrundfarbe  */	
}

.content {
	width: 100%;
	max-width: 1600px;	
}
a {
	color: #378292;
}
#logo {
	width: 46px;
	height: auto;
	padding-top: 4px;
}
.copy {
	font-size: 12px;
}
.negIndent {
	position: relative;
	left: -16px;
}
.Maincontent { 
	position: relative;
	top: 10px;
	display: flex;
	width: 96%;
	height: 100%;
	min-height: 100%;
	margin-left: 2%;
	margin-right: 2%;
	background: #ffffff; 
}

.inBox50, .inBox100 {
	height: 100%;
	width: 50%;
	padding-left: 10px; 
	padding-right: 10px;
	background: #ffffff;
}

.inBox100 { 
	width: 100%;
	height: 100%;
	background: #378292;
	color: #00ffff;
}

.v_top {
	align-items: flex-start;
}

.DGSLogo { 
	width: 99.9%;
	height: 100%;
	background: #ffffff;
}

.h_center {
	display: flex;
	justify-content: center;
}
.bold {
	font-weight: bold;
}
.bigger {
	font-size: 24px;
}
.textContent {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-radius: 10px;
	min-height: 100%;
}
.PortraitImage {
	width: 100%;
	height: 100%;
	max-width: 400px;
	border-radius: 10px;
	margin: 5px;
}
.QuerImage {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	margin-right: 2%;
}

.HeadlineStart, .Headline, .HeadlineSolo, .Headline2 {
	font-size: 30px;
	font-style: italic;
	margin-top: 10px;
}
.HeadlineSolo {
	margin-left: 2%;
	padding-right: 24px;
	color: #FFFFFF
}
.HeadlineStart {
	color: #378292;
}
.Headline2 {
	margin-top: 0px;
}

a {
	text-decoration: none;
}
.white {
	color: #FFFFFF;
	background-color: #378292;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2; /* Schriftfarbe der Buttons */
  text-align: center;
  padding: 2px 6px;
  text-decoration: none;
  font-size: 18px;
}

.active {
  background-color: #378292; /* Schriftfarbe des aktiven Buttons */
  color: #ffffff;
}

.topnav .icon {
  display: none;
}

.topnav a:not(:first-child){
  padding: 20px;
}

.topnav a:not(:first-child):hover{
  background-color: #378292; /* Farbe de aktiven Buttons #378292 */
  color: #ffffff;
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
	opacity:0;  
	-webkit-animation:fadeIn linear 1;
	-moz-animation:fadeIn linear 1;
	animation:fadeIn linear 1;

	-webkit-animation-fill-mode:forwards;  
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	animation-duration:2s;
	
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}


@media (max-width: 700px) {
	  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
	  position: relative;
	}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  } 	
	
	#pull {
		display: block;		
	}
	#nav {
		display: none;
	}
	.Maincontent {
		display: block;
		top: 10px;
		width: 96%;
		padding: 0;		
	}
	.inBox50 {
		width: 100%;
		padding: 0;		
	}
	.inBox100 {
		width: 96%;
	}
}
