body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #fed136;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #fed136 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  margin-top: 0;
  margin-bottom: 15px;
  margin-top: 20px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}

@media (min-width: 500px) {
  .beitritt_499 {
    display: none;
  }
  .beitritt_500{
	  display:block;
  }
}
@media (max-width: 500px) {
  .beitritt_499 {
    display: block;
  }
  .beitritt_500{
	  display:none;
  }
}
.btn-secondary:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-agency {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}
@media (max-width: 400px) {
	.btn-xl {
	  font-size: 18px;
	  padding: 10px 20px;
	}
}
.btn-l {
  padding: 5px 20px;
}
.btn-m {
  padding: 0 5px;
  width: 255px;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: #212529;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

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

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

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
@media (max-width: 450px) {
	.tab button	{
	  font-size: 10pt;
	}
	.u450{
		display: block;
	}
	.o450{
		display: none;
	}
}
@media (min-width: 450px) {
	.u450{
		display: none;
	}
	.o450{
		display: block;
	}
}
@media (max-width: 800px) {
	.u800{
		display: block;
	}
	.o800{
		display: none;
	}
}
@media (min-width: 800px) {
	.u800{
		display: none;
	}
	.o800{
		display: block;
	}
}
figure {
  padding: 5px;
  float: left;
  margin: 0 20px 0 0;
}

figure img {
    margin: auto;
}

figure figcaption {
  padding: 2px 4px 2px 4px;
  color: #cccccc;
  font-style: italic;
  font-size:60%;
}
.portfolio-image{
    display: flex;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #6c757d;
  width: 100%;
}
.tab button {
  background-color: inherit;
  float: left;
  border-right: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bold;
  color: #ffc503;
}
.tab button:hover {
  background-color: #212529;
}
.tab button.active {
  background-color: #212529;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
}
#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: #212529;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
  background-image: url(../img/logo-icon.svg);
  background-repeat: no-repeat;
  background-size: 40px 30px;
  height: 37px;
  margin: 8px 0 0 0;
  padding: 0 0 0 42px !important;
  width: 205px;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}
.navbar{
	padding: 0.5rem 0.75rem !important;
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    background-image: url(../img/logo-icon.svg);
    background-repeat: no-repeat;
    background-size: 50px 42px;
    height: 42px;
    margin: -6px 0 0 0;
    padding: 0 0 0 70px !important;
    width: 205px;
	color: #ffc503;
	display: none;
  }
  
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
    background-image: url(../img/logo-icon.svg);
    background-repeat: no-repeat;
    background-size: 41px 30px;
    height: 37px;
    margin: 8px 0 0 0;
    padding: 0 0 0 42px !important;
    width: 205px;
	display: block;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .masthead_layover {
  background: rgba(0, 0, 0, 0.25);
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}
header.masthead .intro-text_2 {
  padding-top: 100px;
}
#intro.hide_intro{
  background: transparent;
  color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.masthead .intro-text .intro-lead-in {
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.nowrap {
    white-space: nowrap;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 35px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.bold{
	font-weight:600;	
}

.align_left{
	text-align: left;
}

.align_right{
	text-align: right;
	display: block;
}

.nok_map_1 {
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 20px;
}

.nok_map_2 {
	width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:20px;
}

.padding_50 {
	padding-top:50px !important;	
}
.imp-text{
    color: #000000;
	font-size: 10pt;
	text-align: justify;
	line-height: 1.2;
}
.imp-headline{
	font-size: 14pt;
	margin-bottom: 10px;
	padding-top: 10px;
}
#heading:focus, #heading {
	opacity: .8;
}
#heading:hover,#heading:active {
	opacity: 1;
	text-decoration: none !important;
}
.tg  {
	border: none !important;
    margin-left: auto;
    margin-right: auto;
	text-align:left;
}
.tg td{
	padding:0 10px;
	overflow:hidden;
	word-break: keep-all;
}
.tg .stamm_nummer a, .stamm_nummer_2 a{
	color:#de3847;
}
.tg .stamm_nummer a:hover, .stamm_nummer_2 a:hover{
	text-decoration: none;
}
.tg .stamm_name a, .stamm_name_2 a{
	color:#ffc503;
}
.tg .stamm_name a:hover, .stamm_name_2 a:hover{
	color: #ffc503;
	text-decoration: none;
}
.tg .stamm_nummer{
	font-weight:bold;
	font-size: 45px;
	color:#de3847;
}
.tg .stamm_nummer_2{
	font-weight:bold;
	color:#de3847;
	text-align: left;
}
.tg .stamm_name{
	font-size: 14px;
	text-align: left;
}
.tg .stamm_unterschrift{
	font-size: 12px;
	text-align: left;
}
.staemme_gross  {
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.staemme_sehr_klein  {
		margin-left: auto;
		margin-right: auto;
		display: none;
}
.tg .stamm_name_2{
	text-align: left;
}
.tg .stamm_space_2{
	height: 20px;
}
@media (max-width: 550px) {
  .staemme_gross  {
		display: none;
  }
  .staemme_klein  {
		display: none;
  }	
  .staemme_sehr_klein  {
		display: block;
  }	
}
@media (min-width: 768px) {
  .tg .stamm_name{
	font-size: 20px;
  }
  .tg .stamm_unterschrift{
	font-size: 18px;
  }
  .btn-m {
  padding: 5px 10px;
  width: 330px;
  }
}
@media (min-width: 992px) {
  section h2.section-heading {
	font-size: 40px;
  }
  .staemme_gross  {
		margin-left: auto;
		margin-right: auto;
		display: block;
  }
  .staemme_klein  {
		margin-left: auto;
		margin-right: auto;
		display: none;
  }
  .tg .stamm_nok_map_1{
	max-width: 500px;
  }
  .tg .stamm_name_2{
	font-size: 25px;
	line-height: 1.2;
  }
  .tg .stamm_unterschrift{
	font-size: 20px;
	line-height: 1.2;
  }
  .btn-l {
  padding: 5px 10px;
  width: 400px;
  }
}

@media (min-width: 1200px) {
  .tg .stamm_nok_map_1{
	max-width: 700px;
  }
  .tg .stamm_name_2{
	font-size: 25px;
  }
  .btn-l {
  width: 425px
  }
  .tg .stamm_nummer_2{
	font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .tg .stamm_space{
	  padding: 0 !important;
	  height: 0 !important;
  }
  .tg .stamm_nummer_2{
	font-size: 40px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.list-inline-item a{
	font-weight:600;
	color: #ffc503;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}
