@charset "UTF-8";
/*
Description: Theme fuer Schreiber & Kollegen - HTML5, CSS3
Author: Ralph Segert
Date: 01/2020
Author URI: https://segert.net
*/
* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  justify-content: center;
  background-color: #fff;
  font-size: 100%; }

a:focus {
  outline: none; }

img, fieldset {
  border: 0; }

img {
  vertical-align: middle; }

a {
  border: 0;
  text-decoration: none; }

.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

input,
textarea {
  -webkit-appearance: none; }

/* ######################################
LINKFARBEN: Navigationselemente und Links
######################################### */
a {
  transition: 200ms; }

.card-wrapper p a {
  font-weight: bold; }
  .card-wrapper p a {
    color: #0040A1; }
  .card-wrapper p a:visited {
    color: #0040A1; }
  .card-wrapper p a:hover, .card-wrapper p a:focus {
    color: #888; }

h2 a {
  color: #0040A1; }

h2 a:visited {
  color: #0040A1; }

h2 a:hover, h2 a:focus {
  color: #000; }

.headernav a {
  padding-bottom: 1%; }
  .headernav a {
    color: #fff; }
  .headernav a:hover {
    color: #fff;
    background-color: transparent; }
  .headernav a.aktiv {
    color: #fff;
    background-color: transparent; }

.headernav .aktiv {
  background-color: #fff;
  border-bottom: 1px solid #fff; }

.headernav .aktiv:hover {
  border-bottom: 1px solid #fff; }

.card-content .btn-card a {
  color: #fff; }

.card-content .btn-card a:visited {
  color: #000; }

.card-content .btn-card a:hover, .card-content .btn-card a:focus {
  color: #fff; }

.footer a {
  color: #fff; }

.footer a:visited {
  color: #fff; }

.footer a:hover, .footer a:focus {
  color: #aaa; }

.pagination a {
  color: #000; }

.pagination a:visited {
  color: #000; }

.pagination a:hover, .pagination a:focus {
  color: #D00; }

/* ################# 
FLEXBOX: Grundlayout 
#################### */
.container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 80em;
  box-shadow: 0 2px 16px 0 #333; }

.header {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  background: url(https://schreiber-collegen.de/images/headermotiv-startseite@2x.jpg) top center no-repeat;
  background-size: cover; }

.bgzwei {
  background-size: 100% auto; }

.headertop {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
  background-color: transparent;
  padding: 4%;
  padding-left: 8%; }

.headersmall {
  padding-top: 2%;
  padding-bottom: 2%; }

.headertop img {
  width: 50%;
  height: auto; }

.headersmall img {
  width: 40%;
  height: auto; }

.headernav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  color: #fff; }

.headernav .hauptnavi {
  color: #fff;
  padding-top: 1.5%;
  padding-bottom: 1.7%; }

#stopper {
  /* Container fuer zeitfixierte Hauptnavi */
  position: relative;
  width: 100%; }

.hm {
  position: relative;
  width: 100%;
  top: 0;
    z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75); }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1280px;
  z-index: 1000;
  display: inline-block;
  background-color: #666666;
  transition: .3s;
  box-shadow: 4px 4px 8px 0 rgba(89, 89, 89, 0.4); }

.main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 26%;
  padding-left: 4%;
  padding-right: 4%; }

.m-small {
  margin-top: 20%; }

.ra {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  align-items: center; }

.kanzlei {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  justify-content: center; }

.footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 5%;
  padding: 4% 0 6% 0%;
  background: url(images/footermotiv.jpg) top center no-repeat;
  background-size: 110%; }

/* HEADER: Inbox-Formatierungen ########## */
/* #################### 
HEADER: Hauptnavigation 
####################### */
.headernav a:hover {
  border-bottom: 3px dashed #aaa;
  padding-bottom: 1%; }

.headernav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-right: 14%;
  padding-left: 14%; }

.headernav li {
  -webkit-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  flex-grow: 1;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  text-align: center;
  letter-spacing: 2px;
  opacity: 1; }

nav a#pull {
  /* fuer die responsive Hauptnavi */
  display: none; }

/* ################
CARDS: Grundlayouts 
################### */
.boxsection {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  padding: 0 1% 0 1%;
  flex-wrap: wrap; }

.card-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fff;
  width: 100%;
  margin-left: 4%;
  margin-right: 4%;
}

.cw-small {
  width: 46%;
  margin: 0 0 4% 0; 
  }

.medium {
  width: 60%;
  margin: 0 0 4% 0; }

.card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;

  border-left: 1px solid #eee;
  box-shadow: 4px 4px 8px 0 rgba(89, 89, 89, 0.4); }

.content-persona {
  display: flex;
  width: 100%; 
  margin-bottom: 2%; 
  }

.cc-small {
  padding: 0 0 8% 0; }
  
  .small2 {
	  padding-bottom: 5%;
  }

.cc-blog {
  padding-bottom: 4%; }

.card-wrapper img {
  width: 86%;
  height: auto;
  margin: 3% 7% 3% 7%;
  border: 1px solid #999; }

.cw-small img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0; }

.card-wrapper .cc-blog img {
  margin-bottom: 6%; }

/* Teaserboxen fuer Rechtsgebiete */
.card-wrapper-teaser {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: center;
  margin: 0 1.5% 3% 1.5%;
  min-width: 300px;
  max-width: 300px;
  height: 300px; }

.card-content-teaser {
  -ms-flex: 1 1 auto;
  flex-grow: 1;
  width: 100%;
  color: #fff;
  background-color: #ddd;
  border-radius: 6px;
  box-shadow: 4px 4px 8px 0 rgba(89, 89, 89, 0.4); }

.card-content-teaser img {
  border-radius: 6px; }

.card-wrapper-teaser h2 {
  font-size: 130%;
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 8%;
  padding-right: 8%;
  white-space: pre-wrap;
  overflow: hidden; }

.card-content-teaser a {
  color: #fff; }

.card-content-teaser p {
  font-size: 90%;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 1px;
  margin-top: 4%;
  padding-left: 8%;
  padding-right: 8%; }

/* 3D Transform Referenzen */
.flip {
  height: 300px;
  width: 300px;
  perspective: 1200px;
  cursor: pointer; }

.flip:hover .turnaround, .flip.hover .turnaround {
  transform: rotateY(180deg); }

.turnaround {
  transition: 300ms;
  transform-style: preserve-3d;
  position: relative;
  transform-origin: 150px 100%; }

.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 300px;
  border-radius: 6px; }

.front {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 20;
  background-color: #0240A1; }

.back {
  transform: rotateY(180deg);
  z-index: 10;
  backface-visibility: visible;
  height: 300px;
  width: 300px;
  background-color: #eee; }

.flip:hover .front {
  opacity: 0;
  transition: 400ms; 
}

.flip .front {
  transition: 400ms;
}

/* ################
NAVIGATIONSELEMENTE
################### */
#back-to-top {
  /* scriptgesteuerter Top-Balken */
  position: fixed;
  /* Fixiert den Balken unten */
  display: none;
  width: 100%;
  right: 0;
  bottom: 0;
  padding: 12px 0 14px 0;
  background: #000;
  color: #fff;
  font-size: 110%;
  text-align: center;
  letter-spacing: 1px;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out .3s;
 }
  

#back-to-top:hover {
  right: 0%; }

.weiter {
  text-align: center;
  margin: 1% 0 2% 0; }

/* ####
BUTTONS
####### */
.btn-top {
  font-size: 1.3em;
  text-align: center; }

.btn-top::after {
  content: " ↑"; }

.btn-top::before {
  content: "↑ "; }

.btn-card {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 120%;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0040A1;
  padding: 1.8em 0 1.8em 0;
  margin-top: 5%;
  transition: all ease .4s;
  cursor: pointer; }

.email {
  letter-spacing: 2px;
  margin-top: 1em; }

.btn-blue {
  color: #fff;
  background-color: #17428F; }

.btn-card:hover {
  color: #fff;
  background-color: #999; }

.btn-blue {
  color: #fff;
  background-color: #17428F; }

.btn-blue:hover {
  color: #17428F;
  background-color: #F7D05E; }

/* #######
TYPOGRAFIE 
########## */
h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif; }

.main h1 {
  color: #000;
  font-size: 170%;
  letter-spacing: 1px;
  padding: 0 0 6% 0; }

.ra h1, .kanzlei h1 {
  color: #000;
  font-size: 170%;
  letter-spacing: 1px;
  padding: 0 0 4% 0; }

.card-wrapper h2 {
  color: #000;
  font-size: 170%;
  letter-spacing: 1px;
  padding: 6% 7% 2% 7%; }

.card-content ul, .card-content ol {
  padding-left: 12%;
  list-style-type: square;
  padding-top: 1%;
  padding-bottom: 1%; }

.card-content li {
  font-size: 130%;
  color: #000;
  padding: 1% 7% 0 1%;
  line-height: 2em; }

.card-content p {
  font-size: 130%;
  color: #444;
  padding: 1% 7% 0 7%;
  line-height: 2.1em; }

.cw-small h2 {
  color: #fff;
  background-color: #777;
  text-align: center;
  font-size: 130%;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 5% 2% 5% 2%; }

.cw-small h3 {
	  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
	align-items: center;
  color: #fff;
  background-color: #777;
  text-align: center;
  font-size: 90%;
  font-weight: normal;
  line-height: 1.6em;
  min-height: 80px;
  letter-spacing: 1px;
  padding: 3% 2% 3% 2%;
  margin-bottom: 6%; }
  
 .hdrei h3 {
  background-color: transparent;
  color: #000;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.6em;
  min-height: 0;
  letter-spacing: 0;
  padding: 2% 8% 2% 8%;
  margin-bottom: 0;
}
  
.cw-small p {
  padding: 1% 4% 2% 4%;
  font-size: 100%;
  line-height: 1.8em; }

.cw-small ul {
  padding-top: 0; }

.cw-small li {
  padding: 0 4% 1% 0;
  font-size: 100%; }

.cc-blog h2 {
  font-size: 130%;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 5% 6% 5% 6%; }

.cc-blog p {
  padding-left: 8%;
  padding-right: 8%; }

.cc-blog ul {
  padding-left: 14%;
  padding-right: 8%; }

.cc-blog h2 a, .cc-small h2 a {
  color: #fff; }

.cc-blog h2 a:visited, .cc-small h2 a:visited {
  color: #fff; }

.cc-blog a:hover, .cc-small a:hover {
  color: #ddd;
  letter-spacing: 2px; }

.footer p {
  font-size: 100%;
  color: #fff;
  text-align: center;
  line-height: 2em;
  letter-spacing: 1px; }

/* ##############
Suche & Formulare
################# */
.suchbereich {
  width: 80%;
  margin-top: 0;
  padding: 6% 6% 10% 6%;
  background-color: #F2F0D9;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.suchergebnis h2 {
  padding: 10% 8% 8% 6%;
  text-align: center;
  font-weight: 400;
  color: #41a93e; }

.suchergebnis a {
  border-bottom: 0; }

.suchergebnis ul {
  padding: 2% 6% 8% 10%; }

.suchergebnis li {
  margin-bottom: -3%; }

.suchergebnis small {
  color: #555; }

.suchergebnis li {
  list-style-type: square;
  color: #41a93e;
  padding-bottom: 5%;
  line-height: 1.5em; }

.suchbereich label {
  display: none; }

.suchbereich .suchfeld {
  width: 100%;
  padding: 9px 4px 9px 8px;
  font-size: 110%;
  border: 1px solid #aaa;
  background-color: #fff;
  vertical-align: top;
  border: 1px solid #9F9F9F;
  margin: 0 0 5% 0; }

.suchbereich .suchbutton {
  font-size: 110%;
  color: #fff;
  background-color: #9BA0A6;
  width: 100%;
  padding: 10px 0 11px 0;
  cursor: pointer;
  background-image: linear-gradient(180deg, #C4C4C4 0%, #929292 95%);
  border: 1px solid #FFFFFF;
  border-radius: 4px; }

.suchbereich .suchbutton:hover {
  opacity: .7;
  transition: .3s; }

.formbereich label {
  display: block;
  font-size: 110%;
  margin-bottom: 8%; }

.formbereich .suchfeld {
  width: 80%;
  padding: 7px 2px 7px 8px;
  font-size: .9em;
  border: 1px solid #888;
  background-color: #fff;
  vertical-align: top;
  margin-bottom: 5%; }

.formbereich .suchbutton {
  font-size: 90%;
  border: 0;
  color: #000;
  background-color: #DADADA;
  border: 1px solid #fff;
  width: 80%;
  padding-bottom: 4px;
  height: 36px;
  cursor: pointer;
  border-radius: 2px; }

.formbereich .suchbutton:hover {
  opacity: .7;
  transition: .3s; }


/*Styles for screen 800px and lower*/
@media only screen and (max-width: 50em) {
	
  .container {
    width: 100%;
    box-shadow: 0; }
  .headersmall img {
    width: 52%;
    height: auto; }
  .headernav .hauptnavi {
    padding-top: 1%;
    padding-bottom: 1.1%; }
  .headernav nav ul {
    display: none;
    height: auto; }
  nav a#pull {
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 100%;
    padding-top: 2%;
    z-index: 1000;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: transparent; }
  nav a#pull:after {
    content: "";
    background: url("images/nav-icon.png") no-repeat;
    background-size: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 48.5%; }
  .headernav .aktiv, .headernav .aktiv:hover {
    border-radius: 0;
    font-weight: bold;
    border: 0;
    color: #fff; }
  .headernav ul {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .headernav a {
    float: left;
    width: 100%;
    padding: .8% 0 .8% 0;
    color: #ccc; }
  .headernav li:first-of-type a {
    padding-top: 2%; }
  .headernav li:last-of-type a {
    padding-bottom: 2%; }
  .headernav a:hover {
    background-color: none;
    border: 0;
    padding-bottom: .8%; }
  .hm {
    background-color: rgba(0, 0, 0, 0.85); }
  .fixed {
    background-color: #666666;
    box-shadow: 4px 4px 8px 0 rgba(89, 89, 89, 0.4); }
  .content {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0; }
  .main {
    margin-top: 32%;
    padding-left: 0;
    padding-right: 0; }
  .m-small {
    margin-top: 30%; }
  .cw-small {
    width: 80%;
    margin: 0 0 4% 0; }
  .footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 85%;
    padding: 4% 0 6% 4%; 
    }
  /* 3D Transform Referenzen */
  .flip {
    height: 300px;
    width: 300px;
    -moz-perspective: 1200px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    cursor: pointer; }
  .flip:hover .turnaround, .flip.hover .turnaround {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .turnaround {
    transition: 500ms;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    transform-origin: 150px 100%; }
  .front, .back {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 0;
    left: 0;
    height: 300px;
    width: 300px;
    border-radius: 6px; }
  .front {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: #0240A1; }
  .back {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 10;
    backface-visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: visible;
    height: 300px;
    width: 300px;
    background-color: #eee; }
  .flip:hover .front {
    opacity: 0;
    transition: 400ms;
    -webkit-transition: 400ms; }
  .flip .front {
    transition: 400ms;
    -webkit-transition: 400ms; }


.footer {
	color: #000;
	font-size: 95%;
	padding: 10% 0 6% 0; 
	margin-top: 8%;
	background-size:cover;
	}

.footer p {
	letter-spacing: 0; 
	text-align: center;
	line-height: 1.8em;
	padding: 0 4% 5% 4%;
	}

#back-to-top {
	width: 100%;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 10px 0 12px 0;
	background: #000;
	color: #fff;
	font-size: 100%;
	letter-spacing: 0;
	transition: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; 
	}


  }



/*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {
	
.header {
border-top: 1px solid #666;	
}
	
.cw-small {
    width: 94%;
    margin: 0 0 4% 0; }

	
.m-small {
 	margin-top: 48%; }
	
.ra h1, .kanzlei h1 {
  font-size: 140%;
  letter-spacing: 0;
  padding: 2% 0 0 0; }
	

.headertop img {
  	width: 98%; 
  }
  
.headersmall img {
	 width: 80%;
	 }
  
.headersmall {
  padding-top: 4%;
  padding-bottom: 4.5%; }
  
  
.headernav li {
	font-size: 110%;
	line-height: 1.8em; 
	}
  
.headernav li:last-of-type a {
    padding-bottom: 5%; 
    }

.card-wrapper {
	margin-top: 15%;
	margin-left: 3%;
	margin-right: 3%;
}

.main h1 {
	padding-bottom: 6%;
}
 
.cw-small {
    margin-bottom: 8%;
    margin-top: 4%; 
    }


.card-wrapper h2 {
	color: #000;
	font-size: 140%;
	letter-spacing: 0;
	line-height: 1.4em;
	padding: 5% 7% 3% 7%; 
	}
	
.cw-small h2 {
  font-size: 120%;
  letter-spacing: 0;
  padding: 5% 2% 5% 2%; }
  
	
.card-content p, .card-content li {
	font-size: 100%;
	color: #333;
	padding: 1% 7% 0 7%;
	line-height: 1.7em; 
	}
	
.footer {
	color: #000;
	font-size: 95%;
	padding: 10% 0 10% 0; 
	margin-top: 8%;
	background-size:cover;
	}

.footer p {
	letter-spacing: 0; 
	text-align: center;
	line-height: 1.8em;
	padding: 0 4% 5% 4%;
	}

.btn-card {
	font-size: 100%;
	letter-spacing: 0;
}



	
	}


