/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, ul, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
=====================================
Custom styles
=====================================
*/

.container {
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {

.container {
  padding-right: 0px;
  padding-left:0px;

}
  }

body {
  color: #636466;
  font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

img {
  max-width:100%;
}

.row-header {
  background-color: #293f50;
}

.row-text {
  background-color: #edf0f1;
  padding-top: 1.5rem;

}

.border-bottom {
  border-bottom: 8px solid #648880;

}

.border-top {
  border-top: 1px solid #edf0f1;
}

.row-header .container {
    margin-bottom: -6px;
}


/*
=====================================
Fonts
=====================================
*/


h1, h2, h3, h4, h6 {
  color: #648880;
}

h1, h3, h4, h5, p {
  margin-bottom: 1.3rem;
}

p {
	text-align:justify;

}

h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-bottom: 1rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  color: #a9b2b9;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  font-style: italic;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.9rem;
}

h6 .contact {
  font-size: 1.5rem;
  font-weight: 300;
  margin-right: 0.5%;
  color:#648880;

}

dl {
  padding-bottom: 2rem;
}

dt {
  font-size: 1.2rem;
  line-height: 1.3;
  padding-bottom: 0.5rem;
  color: #648880;
}

dd {
  padding-bottom: 0.5rem;
  line-height: 1.4;
}

.email-link {
  font-weight: 300;
  color: #648880;

}

.contact {
	background-image:url(../img/phone.svg);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 22px;
}


strong {
  font-weight: 400;
}


em {
font-style: italic;
}

.list li {
    list-style-type: disc;
    margin-left: 3em;
    text-align: left;
    line-height: 1.8;
}


.list ul {
  padding-bottom: 1rem;
}

.chapter {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tagline {
  margin: -3px 0 9px 0;
  text-align: right;

}



@media screen and (max-width: 980px) {
.tagline {
  margin: 14px 0 6px 0;
}

	}

.welcome h2 {
  font-size: 2rem;
}

.welcome p {
  font-size:1.25rem;
  color: #293f50;
  font-weight: 300;
  text-align: center;
}

.welcome {
  text-align: center;

}

@media screen and (max-width: 767px) {

.welcome h2 {
  font-size: 1.5rem;
}


.welcome p {
  font-size:1rem;
}

.row-text{
  padding-top: 0.8rem;
  }
}


/*
=====================================
Navigation
=====================================
*/

a {
	font-weight:300;
}


.nav-header a {
  font-size: 14px;
  font-weight: 400;
  color: #293f50;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.navbar {
  padding-top: 1.5rem;
  margin-bottom: 0;
  border: none;
}

.nav-footer {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  text-align: right;
  text-transform: uppercase;
  padding-top:1rem;
}


.nav-footer li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.nav-footer a {
  color: #fff;
  text-decoration: none;

  }

  .nav-footer a:hover {
    color: #648880;
  }

.logo {
	width:320px;

}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: #fff;
  font-weight: 700;
}

.back {
  background-image:url(../img/back.svg);
  background-repeat: no-repeat;
  background-position:left;
  padding-left: 22px;
}


/*
=====================================
Tabs
=====================================
*/


.tab {
	width: 50%;
	border-radius: 50%;
	border: 1px solid #D1D3D4;
	background-color: #DCDDDE;
	background: -webkit-radial-gradient(white, #DCDDDE); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #DCDDDE); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #DCDDDE); /* For Firefox 3.6 to 15 */
	background: radial-gradient(white, #DCDDDE);
	display: block;
	padding: 3%;
	cursor: pointer;
	margin-bottom: 10%;
	box-shadow: 0 8px 6px -6px #939597;
	margin-left:auto;
	margin-right: auto;
  text-align:center;
}

.tab:hover {
	background-color: #F1F1F2;
	background: -webkit-radial-gradient(white, #F1F1F2); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #F1F1F2); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #F1F1F2); /* For Firefox 3.6 to 15 */
	background: radial-gradient(white, #F1F1F2);
	transition:0.5s;
}


.tabs {
    text-align:center;
    padding-bottom: 1.5rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 0.7rem;
	 padding-top: 0.8rem;
}


.tabs a {
    color: #033161;
    font-weight: 400;

}

.tabs a:hover  {
  color: #648880;
	text-decoration:none;
}

.circle-button {
  margin-top: 1%;
  margin-bottom: 3%;
  text-align:center;
}

.circle-button {
  text-decoration:none;
}

.circle-button .carousel-control.left,
.circle-button .carousel-control.right {
	background-image: none;
	color: #cbd4e3;
}

.gap {
	height:9rem;
}

@media screen and (max-width: 767px) {
  .space {
  padding-bottom: 2rem;
}

.circle-button {
  margin-bottom: 5%;
}
  }

/*
=====================================
Footer
=====================================
*/

footer {
  height: 200px;
  padding-top:1rem;
}

@media screen and (max-width: 767px) {
.notar {
    background-image:url(../img/notar.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  }

  .nav-footer {
    text-align: center;
  }
}

/*
=====================================
Mitarbeiter
=====================================
*/

.photo img {
  border-radius: 15px;
  margin-top: 9px;
}

.photo {
  text-align: center;
  padding-bottom: 2rem;
    height: 300px;
}

.photo h5 {
  padding-top: 0.5rem;
  margin-bottom: 0;
}

.photo h2 {
	padding-bottom:0;
}


/*
=====================================
Aufgabenbereich
=====================================
*/


@media screen and (min-width: 767px) {
.mobile {
  display: none;
}
  }

@media screen and (max-width: 767px) {
.desktop {
  display: none;
}

.judge {
  background-image:url(../img/judge.svg);
  background-repeat: no-repeat;
  background-position: center;
}
}

.aufgabenbereich {
  text-align: center;
  padding-bottom: 2rem;
  line-height: 2;
}




/*
=====================================
Kontakt
=====================================
*/

@media screen and (max-width: 767px) {
  .wappen {
  display: none;
  }

}

img.wappen {
  height: 100px;
}



/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
