* {
    box-sizing: border-box;
}
body {
    background-color: white;
 /*   background-image: url(../img/texture.jpg); */
    color: black;
    position: relative;
}

.logo a {
    color: white;
    padding: 0px 0px 0px 20px;
    transition: color 600ms;
    webkit-transition: color 600ms;
    text-decoration: none;
}

.logo a:hover {
    font-weight: 500;
    color: beige;
}
.logo img {
    max-width: 200%;
    max-height: 200%;
    margin: -5px 12px -7px 0px;
    padding-bottom: 5px;
}
.navbar ul {
    margin: 0px 20px 0px 0px;
   /* text-transform: uppercase;*/
    font-size: 1.2em;
}

.navbar-inverse .navbar-nav>li>a {
    color: beige;
    font-size: 1.3em;
}

.navbar{
/* background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); */
    background: rgba(0, 0, 0, 0.7);
}



.anchor {
    padding-top: 51px;
}


.carousel {
    margin-left: -15px;
    margin-right: -15px;
    height: 200px;
}


.carousel h3, p{
     color: white;
}

/*
.carousel slide li{
    color: black;
} */

.item{
    height: 200px;
}

#item1{
    text-align: right;
}


/*Typography*/

h1, h2, h3 {
    font-family: Futura, Helvetica, Arial, sans-serif;
}

p, li {
    font-family: Geogia, Times New Roman, serif;
}
.intro p {
    font-family: Futura, Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 100;
    -webkit-margin-before: 0;
}
.skills h3 {
    text-align: left;
    text-transform: uppercase;
}

/*INDEX PAGE*/

#index1{
    margin-left: 40px;
}

#firstlink{
    color: darkblue;
}

#index2{
    margin-top: 30px;
    margin-bottom: -100px;
}

#index2 h2{
    margin-bottom: 50px;
}


#index1 p2 {
    color: MidnightBlue;
    display: block;
    font-size: 1.3em;
}

#index1 p3 {
        font-size: 1.0em;
}

#index1 p4:hover {
    background-color: DarkSeaGreen;
}

#index1 a{
      font-size: 1.3em;
      color: Crimson;
}

#lebenslauf2 p4:hover {
    background-color: DarkSeaGreen;
}

#lebenslauf2 a{
      font-size: 1em;
      color: Crimson;
}


#index1 h1{
    margin-bottom: 10px;
}

.row img {
    max-width: 100%;
    max-height: 100%;
}
#index2 h2 {
    text-align: center;
}
.row h2 {
    padding-right: 40px;
}

#picture {
    background-image: url(../img/table.jpg);
    height: 300px;
    background-size: 100% auto;
 /*   background-repeat: no-repeat; */
    border-bottom-style: solid;
}

#picture2{
    background-image: url(../img/table.jpg);
    height: 150px;
 /*    margin-left: -15px;
    margin-right: -15px; */
    background-size: 100% auto;
}

#picture6 {
    background-image: url(../img/table.jpg);
    height: 200px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-bottom-style: solid;
 /*   padding-left: 15px;
    padding-right: 15px
    margin-right: -15px; */
}


.img-responsive{
    margin-left: auto;
    margin-right: auto;
}

#icons{
    max-width: 80%;
    max-height: 80%;
}

#index2 .btn{
    background-color: black !important;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 50px;
    margin-right: 50px;
    border-style: inset;
    border-width: 1px;
    color: black;
}

/*ABOUT PAGE*/

.header h1 {
    text-align: left;
    margin: 20px;
    padding-bottom: 10px;
    font-family: Brush Script MT, Helvetica, Arial, sansserif;
}
.main-text {
    clear: both;
    padding: 10px 10px 10px 20px;
/*    background: #550000;*/
    color: white;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: black;
    border-width: 2px
}
.row {
    margin: 0px 0px 0px 30px;
}
#about img {
    border-radius: 25px;
}


#index1{
    padding-left: 50px;
    padding-top: 50px;
}

#firstcolumn{
    padding-left: 50px;
}

#firstcolumn h2{
    text-align: left;
    color: black;
}

#firstcolumn h3{
    text-align: left;
    color: black;
    font-size: 1.3em;
  }

#firstcolumn ul{
        font-size: 1.1em;
}

#firstcolumnindex ul{
        font-size: 1.3em;
}

#secondcolumn p3{
        font-size: 1.3em;
}

#beratungsbild  {
        margin-bottom: 50px;
}

#imagecolumnberatung{
            border: 2px solid black;
}

#lebenslauf2 {
    text-align: left;
    color: black;
    background: white;
    padding-top: 60px;
    padding-left: 40px;
}

#lebenslauf2 ul, p1, p2{
        font-size: 1.3em;
}

#thirdcolumn h2{
    text-align: center;
    color: black;
    border-bottom-style: solid;
    border-color: saddlebrown;
    border-width: 2px
}

#columns2 {
/*    padding-bottom: 40px;
    margin-top: -500px;
    margin-bottom: 200px; */
}

#work p{
    margin-top: 10px;
    text-align: center;
}

.header h1{
    margin-bottom: 30px;
}

#index2{
    padding-bottom: 150px;
}

#pillars{
    padding-top: 10px;
}

/*** Contact Page ***/

#contact {
    background: url(../img/about.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom-style: solid;
    border-top-style: solid;
    border-color: black;
    border-width: 2px
    background: rgba(0, 0, 0, 1);
}
.contactinfo {
    color: white;
    display: block;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding-left: 50px;
    padding-top: 20px;
}

.contactp {
    margin: 50px 0px 0px 0px;
}

.contactp p{
    font-size: 1.5em;
}

.email {
    text-align: left;
    font-size: 1.2em;
    color: white;
    margin: 50px 0px 70px 0px;
}
.email p2 {
    display: block;
}
.email a {
    color: beige;
}

#number{
    color: beige;
}

.glyphicon-earphone {
    color: CornflowerBlue;
}
.glyphicon-envelope {
    color: CornflowerBlue ;
}
.form-control {
    width: 80%;
    margin: 10px 0px;
}
.form-group {
    color: black;
}

#visible-comment{
    color: white;
}

#button, #button2 {
    background: black;
    color: beige;
}
#columnforms {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.3em;
}
#labeltextbox, #emailshow, #birthdate {
    color: black;
}

/*** FAQ ***/

#faq{
    margin: -30px 50px 20px 50px;
}

#modalembed {
    height: 800px;
    width: 100%;
    padding: 10px;
}
.row p2 {
    font-weight: 900;
}
.row {
    padding: 0px 0px 10px 0px;
    margin: 0px 20px;
}
.row h1 {
    color: black;
    margin-bottom: 10px;
    font-size: 1.5em;
}
.learn-more {
    text-align: left;
    float: left;
}
.modal-button {
    float: right;
    padding: 30px 0px 10px 0px;
}
.close {
    display: inline-block;
    /*    text-align: right;*/
}
.modal-title {
    display: inline-block;
}
.panel-heading h4 {
    color: saddlebrown;
    font-weight: bold;
}
.glyphicon-plus {
    color: black;
}
footer {
    padding: 10px 0px;
}
footer p {
    float: left;
    color: black;
}
.twitter {
    margin: 0px 20px;
    float: left;
}

.work-img {
    display: block;
    margin: auto;
    max-width: 300px;
    position: relative;
}


.info {
  position: absolute;
  top: 15%;
  left: 22%;
  color: white;
  font-family:Futura;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.5em;
  line-height:1.6;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
      border-radius: 5px;
}

.proj-title {
    font-weight:100;
}

.infotext{
    color: black;
    font-size: 1.3em;
}

#map {
    height: 550px;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 70px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
}

#maptext h1 {
    text-align: center;
    margin-top: 70px;
}


#picture3h {
    background-image: url(../img/veg.jpg);
    height: 200px;
    background-repeat: no-repeat;
    margin-left: -65px;
    margin-right: -15px;
    border-top-style: solid;
    border-color: black;
    border-width: 2px
}

#picture7 {
    background-image: url(../img/veg.jpg);
    height: 200px;
    background-repeat: no-repeat;
    margin-left: -65px;
    margin-right: -15px;
    border-top-style: solid;
    border-color: black;
    border-width: 2px
}

#bildmom {
    border-style: solid;
    border-color: black;
    border-width: 2px
}

#mich{
    margin-bottom: 40px;
}

#footerpicture {
    background-image: url(../img/veg.jpg);
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: -65px;
    margin-right: -65px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;
    border-width: 2px
}


#footerpicturemich {
    background-image: url(../img/veg.jpg);
    height: 100px;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;
    border-width: 2px
    background-size: 100% auto;
}

#footerpictureab {
    background-image: url(../img/veg.jpg);
    height: 100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: black;
    border-width: 2px;
    background-size: 100% auto;
}


#site-footer {
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    margin-left: -65px;
    margin-right:-65px;
    margin-top: -100px;
    margin-bottom: -50px;
    text-align: center;
}


#site-footermich {
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    margin-left: -15px;
    margin-right:-15px;
    margin-top: -100px;
    margin-bottom: -50px;
    text-align: center;
}

#site-footerab {
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -100px;
    margin-bottom: -50px;
    text-align: center;
}


#site-footer p{
    color: white;
    float: right;
    padding-right: 50px;
    margin-top: 50px;
    margin-bottom: -50px;
    font-size: 1.3em;
}

#site-footermich p{
    color: white;
    float: right;
    padding-right: 50px;
    margin-top: 50px;
    margin-bottom: -50px;
    font-size: 1.3em;
}

#site-footerab p{
    color: white;
    float: right;
    padding-right: 50px;
    margin-top: 50px;
    margin-bottom: -50px;
    font-size: 1.3em;
}

#video {
  padding-top: 10px;
}

#cavideo {
  padding-top: 45px;
}
