/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	font-family: 'Repo-Regular';
}

.ganz {
	width: 100%;
}

.fleft {
	float: left;
}

.blaue-linie {
	height: 40px;
	padding: 5px;
	background: #00548f;
	color: #fff;
}

.blaue-linie a {
	color: #fff;
}

a {
	text-decoration: none;
}

.keinkugel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reihe ul li {
	display: inline-block;
}

.oben-kontakte {
	margin-left: 10px;
	margin-top: 7px;
}

.oben-kontakte ul li {
	margin-right: 5px;
}

.oben-kontakte a {
	font-family: 'Repo-Medium';
	font-size: 1em;
	transition: 0.3s all ease;
}

.sprachen {
	margin-right: 10px;
	margin-top: 5px;
}

.sprachen a {
	transition: 0.3s all ease;
	font-size: 1.2em;
	padding: 5px 7px 5px 7px;
}

.sprachen ul li {
	border-right: 1px solid #fff;
}

.sprachen ul li:last-child {
	border-right: none;
}

.oben-kontakte a:hover, .sprachen a:hover {
	color: #c1c4c3;
}


.oben-kontakte a.handy {
	padding: 7px 0px 7px 20px;
	background: url('../img/1_Handy.png')left center no-repeat;
	background: url('../img/1_Handy.svg')left center no-repeat;
}

.oben-kontakte a.handy:hover {
	background: url('../img/1_Handy-oben.png')left center no-repeat;
	background: url('../img/1_Handy-oben.svg')left center no-repeat;
}	

.oben-kontakte a.brief {
	padding: 5px 0px 7px 35px;
	background: url('../img/1_Brief.png')left center no-repeat;
	background: url('../img/1_Brief.svg')left center no-repeat;
}

.oben-kontakte a.brief:hover {
	background: url('../img/1_Brief-oben.png')left center no-repeat;
	background: url('../img/1_Brief-oben.svg')left center no-repeat;
}

.oben-kontakte a.tel {
	padding: 7px 0px 7px 30px;
	background: url('../img/1_Hoerer.png')left center no-repeat;
	background: url('../img/1_Hoerer.svg')left center no-repeat;
}

.oben-kontakte a.tel:hover {
	background: url('../img/1_Hoerer-oben.png')left center no-repeat;
	background: url('../img/1_Hoerer-oben.svg')left center no-repeat;
}

.oben-kontakte a.tel {
	display: none;
}

.oben-kontakte.untenmenu a.tel {
	display: inline-block;
}


.fright {
	float: right;
}

.logo {
	margin-left: 10px;
}

.oben {
	margin-top: 10px;
}

.menue {
	margin-left: 60px;
	margin-top: 20px;
}

.oben20 {
	margin-top: 20px;
}

.mass2 {
	width: 900px;
	margin: 0 auto;
}

.zentrum {
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: 'Repo-Regular';
	color: #00548f;
	font-weight: normal;
}

.main h1 {
	margin-bottom: 10px;
}

.inhalt-halter {

}

.main p {
	color: #1b242a;
	font-size: 1.1em;
}

main a {
	
}

.hinweis a {
	padding: 5px 10px;
	color: #fff;
	background: #00548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: 0.3s all ease;
}

.hinweis a:hover {
	background: #5e6a71;
}

.mass {
	width: 1440px;
	margin: 0 auto;
}

.inhalt-block {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.inhalt-block h2 {
	text-align: center;
	margin-bottom: 20px;
}

.oben30 {
	margin-top: 30px;
}

.oben50 {
	margin-top: 50px;
}

.dienst-inhalt {
	padding: 15% 10%;
	float: left;
	text-align: left;
}

.dienst-daten {
	background: #e1e2e2;
	width: 50%;
	/*max-height: 495px;
	overflow: hidden;*/
}

.dienst-daten a, .project-reihe a {
	color: #00548f;
	transition: 0.3s all ease;
}

.dienst-daten a:hover, .project-reihe a:hover {
	color: #5e6a71;
}

.dienst-daten ul {
	margin-left: 0px;
	padding: 0px;
}

.dienst-inhalt ul li {
	font-size: 1.2em;
	color: #1b242a;
	background: url('../img/1_Bullet.png')left center no-repeat;
	background: url('../img/1_Bullet.svg')left center no-repeat;
	padding: 5px 0px 12px 25px;
	list-style: none;
	line-height: 1.3em;
}

.dienst-bild img, .project-bild img, .thumbnails img {
	transition: 0.3s all ease;
}

.dienst-bild img:hover, .project-bild img:hover, .thumbnails img:hover {
	opacity: 0.7;
	cursor: pointer;
}

.mehh-lesen a {
	font-size: 1.1em;
	padding: 3px 20px 7px 0px;
	background: url('../img/1_Blauer_Pfeil_rechts.png')right center no-repeat;
	background: url('../img/1_Blauer_Pfeil_rechts.svg')right center no-repeat;
}

.mehh-lesen a:hover {
	background: url('../img/1_Grauer_Pfeil_rechts.png')right center no-repeat;
	background: url('../img/1_Grauer_Pfeil_rechts.svg')right center no-repeat;
}

#back-top {
	position: fixed;
	bottom: 340px;
	right: 10px;
}

#back-top a {
	display: block;
	width: 85px;
	height: 55px;
	background: url('../img/1_Blauer_Pfeil_nach_oben.png')center center no-repeat;
	background: url('../img/1_Blauer_Pfeil_nach_oben.svg')center center no-repeat;
}

.project-reihe {
	width: 30%;
	text-align: center;
}

.project-reihe h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.project-reihe img {
	max-width: 100%;
	height: auto;
}

/*.project-reihe a:hover {
	color: #000;
}*/

.grauelinie {
	padding: 10px 0;
	min-height: 35px;
	background: #c1c4c3;
}

.unten-menue a {
	color: #1b242a;
	transition: 0.3s all ease;
	padding: 0px 15px 0px 5px;
}

.unten-menue a:hover {
	color: #fff;
} 

.banner img {
	max-width: 100%;
	height: auto;
}

.unten-menue ul li {
	margin-right: 10px;
	border-right: 1px solid #1b242a;
}

.unten-menue ul li:last-child {
	border-right: none;
}

.schluss {
	padding: 13px 0;
	background: #00548f;
	color: #fff;
	font-size: 0.9em;
	font-family: 'Repo-Medium';
}

.inhalt h1 {
	text-align: center;
	font-size: 1.7em;
}

.inhalt-bild {
	float: left;
}

.inhalt-daten {
	width: 60%;
	float: right;
}

.thumbnails ul li {
	margin: 0 3px 3px 0px;
}

.inhalt-bild {
	width: 38%;
	margin-top: 20px;
}

.inhalt-bild.project {
	width: 43%
}

.inhalt-daten.project {
	width: 55%;
}


.inhalt-bild img {
	max-width: 100%;
	height: auto;
}

.unter-dem-inhalt {
	padding-top: 10px;
	border-top: 1px dotted #c1c4c3;
}

.inhalt-bild img {
	opacity: 0.9;
}

.faq-dateien h3 {
	background: url('../img/1_Weisser-Pfeil-nach-rechts.png') center left no-repeat;
	background: url('../img/1_Weisser-Pfeil-nach-rechts.svg') center left no-repeat;
	background-color: #00548f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 10px 0px 10px 45px;
	margin-bottom: 5px;
	
}

.faq-dateien h3.ui-accordion-header-active {
	background: url('../img/1_Weisser-Pfeil-nach-unten.png') center left no-repeat;
	background: url('../img/1_Weisser-Pfeil-nach-unten.svg') center left no-repeat;
	background-color: #00548f;
}

.ui-accordion-content {
	background: #e1e2e2;
	padding: 15px;
}

.inhalt a {
	color: #00548f;
	transition: 0.3s all ease;
}

.inhalt a:hover {
	color: #5e6a71;
}

.project-reihe {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mots-de-cles ul li a {
	font-size: 1.1em;
}

.mots-de-cles ul li:first-child {
	padding: 5px 0px 5px 30px;
	background: url('../img/1_chaine-blue.png') center left no-repeat;
	background: url('../img/1_chaine-blue.svg') center left no-repeat;
}

.footer-unten {
	height: 10px;
	padding: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

.footer-reihe {
	float: left;
	width: 22%;
	margin-right: 2%;
}

.footer-reihe.logo p {
	margin: 0;
	padding-left: 20px;
}

.footer-oben {
	padding: 20px 0;
}

.footer-reihe h2 {
	color: #fff;
	font-family: 'Repo-Medium';
	font-size: 1.3em;
	margin-bottom: 10px;
}

.footer-reihe a {
	color: #fff;
	transition: 0.3s all ease;
	font-size: 1.1em;
	font-family: 'Repo-Regular';
}

.footer-reihe a:hover {
	color: #c1c4c3;
}

.footer-reihe ul li {
	margin: 5px 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

