﻿@charset "utf-8";
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/ubuntu-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/ubuntu-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v20-latin-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500italic - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/ubuntu-v20-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/ubuntu-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/ubuntu-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/ubuntu-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/ubuntu-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/ubuntu-v20-latin-500italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

html {
	overflow-y:scroll;
}
body {
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	margin:0;
	padding:0;
}
a:link, a:visited   {
	color: #00617A;
	text-decoration:underline;
	font-weight:normal;
}
a:hover, a:focus, a:active  {
	color: #333; /*9EBEE4*/
	text-decoration:underline;
	font-weight:normal;
}

a[href^="tel"]:link,
a[href^="tel"]:visited, 
a[href^="tel"]:hover {
	color: #333;
	text-decoration:none;
	font-weight:normal;
	cursor:text;
}

@media only screen and (max-device-width: 480px) {
  a[href^="tel"]:link,
  a[href^="tel"]:visited,
  a[href^="tel"]:hover {
	color: #00617A;
	text-decoration:underline;
	font-weight:normal;
	cursor:auto;
   }
}


a img {
	border:0px;
}
hr {
	width:60%;
	background-color:#bdbdbd;
	background: linear-gradient(90deg, rgba(222,222,222,1) 0%, rgba(255,255,255,1) 100%);
	height:2px;
	border-width:0;
	text-align:left;
	margin-left:0;
}


#content ul {
	list-style-type: square;
	margin: 20px 0px 0px 22px;
	padding: 0px;
}
#content li {
	margin: 0px;
	margin-top:5px;
	padding: 0px;
}
#skip {
	position:absolute;
	left:-1000px;
}
.skip {
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
	list-style-type: none;
}

img {
	max-width:100%;
	height:auto !important;
}
#header {
	height:130px;
}
#img {
	background-color:#00617a;
	background-image:url(media/design/vitru2.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: auto 159%;
	width:auto;
	height:130px;
}

#content {
	padding:30px 0 40px 0;
}
#footer {
	position:relative;
	z-index:1000;
	height:30px;
	height:auto;
	border-top:1px solid #00617A;
	font-size:0.7em;
	width:100%;
	bottom:0;
	background-color:#FFF;
	background-color:#C5DBE2;
}
.wrapper {
	position: relative;
    margin: 0 auto;
	padding: 0 2%;
    width: 96%;
    max-width: 1022px;
}
.wrapper2 {
	position: relative;
    margin: 0 auto;
	padding: 0 2%;
    width: 96%;
    max-width: 1422px;
}

#logo {
	position:absolute;
	right:1%;
	top:31px;
	width:330px;
	transition:0.5s;
}
#nav_overlay {
	position:absolute;
	top:130px;
	left:0;
	width:100%;
	background-color:#C5DBE2;
    opacity: 0;
    transition: 0.4s;
	height:0;
	overflow:hidden;
}
#nav_overlay.change {
    opacity: 0.95;
	height: calc(100% - 130px);
	overflow:auto;
}

#nav_icon {
	position:absolute;
	left:1%;
	top:29px;
	width:35px;
	height:50px;
	z-index:1;
	
    display: inline-block;
    cursor: pointer;
}
#nav_icon::after {
    content: "Menü";
    font-size: 15px; 
    color: #00617A; 
    transition: 1.4s;
	position: absolute;
    left: 35px;
    top: 23px;
}
#nav_icon.change::after {
    content: "Schließen";
}
#nav_icon div {
	width: 35px;
	height: 1px;
	background-color: #00617A;
	margin: 17px 0;
    transition: 0.4s;
}
.bar1, .bar2, .bar3 {
}
#nav_icon div.bar2{
    width: 25px;
}
#nav_icon div.bar3 {
    width: 30px;
}
/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-15px, 12px);
    transform: rotate(-45deg) translate(-15px, 12px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-13px, -10px);
    transform: rotate(45deg) translate(-13px, -10px);
    width: 35px !important;
}

#start { 
	position:relative;
	height:calc(100% - 130px);
	min-height:300px;
	width:100%;
} 
#startimg { 
	position:relative;
	height:calc(100% - 150px);
	min-height:200px;
	background-image:url(media/design/start.jpg); 
	transition: background 2s;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	
	width:auto;
} 
#newsbox {
	position:absolute;
	bottom:0;
	padding:10px 0;
	width:100%;
	background-color:#00617A;
	min-height:160px;
	color:#FFF !important;
	font-size:1.8em;
	line-height:1em;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	
	transition:0.5s;
}
#newsbox a {
	color:#efefef;
}
#newsbox a:hover, #newsbox a:active, #newsbox a:focus {
	text-decoration:underline;	
}
#newsbox p {
	margin:0;
	padding:0;
}
#newsbox .vieltext {
	font-size: 0.8em;
    line-height: 1em;
}

#vitru {
    position: absolute;
    left: 0px;
    top: 10px;
	height:calc(100% - 20px);
	width:auto;
	transition:1.5s;
}
#vitru img {
	max-width:100%;
	height:auto !important;
	max-height:100%;
	width:auto !important;
}

#navi ul {
	width:100%;
	margin:0;
	padding:0;
}
#navi ul li {
	width:auto;
	margin:0;
	padding:0;
	list-style:none;
}
#navi ul li a {
	text-decoration:none;
	display:block;
	width:100%;
	padding:20px 0;
}
#navi ul li a:link, #navi ul li a:visited {
	font-size:1.3em;
	color:#00617a;
}
#navi ul li a:hover, #navi ul li a:active, #navi ul li a:focus {
	color:#000;
	text-shadow:0px 0px 3px #efefef;
}


#fnavi ul {
	width:100%;
	margin:0;
	padding:0;
}
#fnavi ul li {
	width:auto;
	margin:0;
	padding:0;
	list-style:none;
}
#fnavi ul li a {
	text-decoration:none;
	width:100%;
}
#fnavi ul li a:link, #fnavi ul li a:visited {
	color:#333;
}
#fnavi ul li a:hover, #fnavi ul li a:active, #fnavi ul li a:focus {
	color:#00617A;	
}


.box33 {
	float:left;
	width:32%;
	padding:10px 2% 10px 0;
}
.box33:nth-child(3) {
	padding-right:0;
}

#footer p, #footer td {
	padding: 0;
	margin:0;
}
#footer td:first-child {
	width:30px;
}
/* Kalender */
table.calendar {
	width:100%;
	border:1px solid grey;
	background-color:#FFF;
	line-height:normal;
	color:#000;
}
table.calendar td, table.calendar th {
	width:14%;
	text-align:center;
	border-bottom:1px solid grey;
	border-right:1px solid grey;
	vertical-align:text-top;
}
table.calendar th {
	padding:8px 2px;
	background-color:#CCC;
	font-weight:normal;
}
.cal_prev {
	background-color:#efefef;
}
.cal_next {
	background-color:#efefef;
}
.cal_today {
	background-color:#9EBEE4;
}
.cal_sa {
	background-color:#efefef;
}
.cal_su {
	background-color:#DBDBDB;
}
.cal_empty {
	background-color:#FFF;
}
.cal_event {
	font-size:80%;
	min-height:40px;
}
table.calendar td:hover {
	background-color:#CCC;
}
/* Ende KALENDER */

/* Galerie */
.iscmsGallery img {
	margin-left:-2px;
}
.iscmsGallery img {
	padding-right:0px;
	padding-bottom:0px;
}
.iscmsGallery .pic {
	width:19%;
	height:auto;
	text-align:left;
	padding-right:1%;
	padding-bottom:10px;
	float:left;
}
.iscmsGallery .pic img {
	width:auto;
	height:auto;
	border:5px solid #FFF;
}
.iscmsGallery .pic a:hover img, .iscmsGallery .pic a:active img, .iscmsGallery .pic a:focus amg{
	border:5px solid #00617A;
}
/* Ende Galerie */

.download-IMG {
	float: left;
	padding:0px 20px 0px 0px;
}




@media screen and (max-width: 400px) 
{
	.iscmsGallery .pic {
		width:49%;
	}
}
@media screen and (max-width: 550px) 
{
	#drjk {
		left: -10px;
		bottom: -30px;
	}
	.box50 {
		width:100%;
		float:none;
		padding-bottom:10px;
	}
	#logo {
		right:1%;
		top:35px;
		width:300px;
		transition:0.5s;
	}
}

@media screen and (max-width: 600px) 
{
	.iscmsGallery .pic {
		width:32%;
	}
	h1 {
		font-size:2em;
	}
	#newsbox {
		font-size:1.6em;
	}

}

@media screen and (max-width: 700px) 
{
	.box70, .box30  {
		width:100%;
		float:none;
		padding-bottom:10px;
	}
	#footer .box33:first-child {
		width:100%;
		text-align:center;
	}
	#footer .box33 li {
		width:100%;
		text-align:center;
	}
	#footer .box33 {
		width:49%;
	}
	#img {
		background-repeat:no-repeat;
		background-position:center top;
		background-size: cover;
	}
}

@media screen and (max-width: 800px) 
{
	.iscmsGallery .pic {
		width:24%;
	}
	
	#drjk {
		left: -10px;
		bottom: -30px;
		width: 33%;
	}
}
