@charset "utf-8";

html,
html * {
	padding:0;
	margin:0;
	box-sizing:border-box;
	font-family: 'Barlow', sans-serif;
}

body {
	font-family: 'Barlow', sans-serif;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-weight: 200;
}

h2 {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 200;
}

h3 {
	font-weight: 100;
	hyphens: auto;
}

h4 {
	font-weight: 100;
}

.row:before, .row:after {
	content:"";
	display: table;
}

.row:after {
	clear:both;
}

.row {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*Navigationsbar*/
.navBar {
  background-color: #674F7A;
  position: fixed;
  min-width: 100%;
}

.logo {
  display: inline-block;
  height: 45px;
  margin: 1em 0;
  width: 45px;
}

.logo img {
	width: 200px;
}

.wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 2%;
}

nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 50%;
}
nav ul a {
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}

nav li {
  display: inline-block;
}
nav #menu-toggle {
  display: none;
}
nav .label-toggle {
  display: none;
}
nav .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  nav nav ul a {
    color: #674F7A;
  }
  nav ul {
    background-color: #fff;
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all 1s ease;
    width: 100%;
    visibility: hidden;
  }
  nav li {
    border-bottom: 2px solid #674F7A;
    color: #53354A;
    display: block;
    font-size: 1.5em;
    padding: 2em 0;
  }
  nav #menu-toggle:checked ~ ul {
    opacity: 1;
	 height: 80vh;
    visibility: visible;
  }
  nav .label-toggle {
    background: linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
    cursor: pointer;
    display: block;
    float: right;
    height: 35px;
    margin-top: 1em;
    width: 35px;
  }
  nav .wrapper {
    display: block;
  }
}

/*Titelbild*/

.title {
	background-image: url(images/title-mobil.jpg);
	background-size: cover;
	padding: 10px 10px 50px 10px;
	color: black;
	text-align: right;
	margin-bottom: 50px;
}

.title h1 {
	margin-top: 300px;
	font-size: 40px;
	background-color: rgba(189,188,188,0.48);

}

.title h4 {
	margin-bottom: 100px;
	font-size: 30px;
	background-color: rgba(189,188,188,0.48);
}

.title2 {
	background-image: url(images/smart-mobil.jpg);
	background-size: cover;
	padding: 10px 10px 50px 10px;
	color: black;
	text-align: right;
	margin-bottom: 100px;
}

.title2 h1 {
	margin-top: 300px;
	font-size: 40px;
	background-color: rgba(189,188,188,0.48);

}

.title2 h4 {
	margin-bottom: 100px;
	font-size: 30px;
	background-color: rgba(189,188,188,0.48);
}

/* Zu meiner Person*/

.col {
	width:100%;
	padding: 0px 7px 14px;
}

.box-right {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 50px;
}

.box-right img {
	width: 100%;
	margin-right:auto;
	margin-left:auto;
}

.box-left {
	background-color:#383537;
	color: #FFFFFF;
	padding: 30px 20px;
	text-align: left;
}

.box-left p {
	margin-bottom: 20px;
}

.box-left h2 {
	padding-bottom: 10px;
	border-bottom: 1px #674F7A solid;
}

.box-left a {
	text-decoration: none;
	color: #fff;
	border: 1px #674F7A solid;
	padding: 5px;
	border-radius: 5px;
}

.teamfoto {
	width: 80%;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
}

.teamfoto img{
	width: 70%;
	margin-right: auto;
	margin-left:auto;
}

.team-infos{
	background-color:#383537;
	color: #FFFFFF;
	padding: 30px 20px;
	width: 80%;
	margin-right: auto;
	margin-left:auto;
	margin-top: 50px;
}

/*rechtsgebiete*/

.infos {
	text-align: center;
	padding:2%;
}

.leistung {
	width:90%;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	margin-top: 100px;
}

.leistung h3 {
	margin-bottom: 15px;
}

.leistung img {
	width: 90%;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.link {
	text-decoration: none;
	color: #000;
	border: 1px #674F7A solid;
	padding: 5px;
	border-radius: 5px;
}

#rg {
	text-align: center;
}

/*Kontakt*/

.kontakt {
	margin-top: 50px;
}
.kontaktdaten {
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}

.kontaktdaten img {
	width: 100px;
	margin: 20px auto 20px auto;

}

/*Footer*/
footer {
	padding: 20px 30px;
	background-color:#674F7A;
	margin-top:20px;
	margin-bottom: 5px;
	text-align: center;
}

.footer-impressum {
	color: white;
	text-decoration: none;
	padding: 8px;
}

.footer-datenschutz {
	text-decoration: none;
	color:white;
	padding:8px;
}

.footer-text {
	font-size:16px;
	margin-bottom: 20px;
	color: white;
	text-align: left;
}

/*Rechtsgebiete.html*/

/*Person*/

.box-left-ext {
	background-color:#383537;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: left;
	margin-bottom: 50px;
	width:90%;
	margin-right: auto;
	margin-left: auto;
}

/*impressum*/

.impressum {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	}

.top-impressum {
	background-image: url(images/download.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #757373;
	text-align: center;
}

.adresse {
	margin-top: 20px;
	margin-bottom: 20px;
}

.telefon {
	margin-top: 20px;
	margin-bottom: 20px;
}

.id {
	margin-top: 20px;
	margin-bottom: 20px;
}

.regelungen {
	margin-top: 20px;
	margin-bottom: 20px;
}

.regelungen ul {
	margin-top:20px;
	margin-bottom: 20px;
}

.regelungen ul li {
	margin-left: 50px;
}

/*Tablet*/

@media (min-width: 768px){
	.title {
		background-image: url(images/title.jpg);
		background-size: cover;
		padding: 10px 50px 50px 40%;
		color: black;
		text-align: right;
	}

	.title2 {
	background-image: url(images/smart.jpg);
	background-size: cover;
	padding: 10px 10px 50px 10px;
	color: black;
	text-align: right;
	margin-bottom: 100px;
	}

	.col {
		float:left;
	}

	.col .box-right img {
		width:80%;
	}

	.box-left {
		background-color:#383537;
		color: #FFFFFF;
		padding: 30px 20px 60px;
		text-align: left;
		}

	.col-lg-one-third {
    	width: 33.3333%;
		margin-right: auto;
		margin-left: auto;
 	 }

	.col-lg-one-half{
		width:50%;
	}

	.leistung {
		float:left;
	}

	.leistung img {
		width: 80%;
		text-align: left;
	}

	.kontaktdaten {
		float:left;
	}


	.box-right img {
		width: 45vw;
		height: auto;
	}

}

@media (min-width: 1024px){

	.col-lg-one-fourth {
		width: 25%;
	}
	.col-md-one-half {
		width: 50%
	}

	.leistung img {
		width: 60%;
	}
}
