/* Füge hier Dein eigenes CSS ein*/ 
.site-info {display: none;}
body, button, input, select, textarea {
font-family:Verdana;
  font-size: 16px;
}

textarea {
height: auto !important;
}

#main .entry-title {
    color: #8b6100 !important;
}

#main .page-title {
color: #8b6100 !important;
}

#menu-social-menu2 a[href*="facebook.com"]:before {
    content: "\f09a";
}

#menu-social-menu2 a:before {
    font-family: "FontAwesome";
    font-size: 14px;
}

.textbox {
    background-color: #ffffff;
    position: relative;
    border: 1px solid #f2f2f2;
    margin-left: 10px !important;
    padding: 15px 20px 20px;
    width: 78%;
  width: calc(100% - 265px);
}

.main-navigation a {
  padding: 17px 10px;
}

.main-navigation ul ul {
  background: rgba(33,33,33,0.5);
}

.main-navigation ul ul a {
  width:125px;
  padding:10px;
}

 #main-navigation .nav-menu {
    width: 1170px;
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
} 

.icon-section i {
    color: #DFB200;
    line-height: 2;
    font-size: 36px;
}
   
.resume-list .icon i {
    background-color: #DFB200;
    border-radius: 50px;
    color: #313131;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

button, a.button, html input[type="button"], input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    background: #DFB200;
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1;
    padding: 8px 8px 8px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 5px !important;
}

/*.custom-logo {
  transition: 1s all;
}

.custom-logo:hover {
	transform: rotate(-25deg);
}*/

@media screen and (min-width: 992px) {
  .head-top .col-md-6:first-child {
    width: 75%;
  }  .head-top .col-md-6:last-child {
    width: 25%;
  }

  table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: auto;
}
  
  table, th, td {
    border: 0;
    border: 0;
}
  
  .resume-list .textbox {
    background-color: #ffffff;
    position: relative;
    border: 0;
    margin-left: 30px;
    padding: 15px 20px 20px;
    width: 78%;
    width: calc(100% - 265px);
}

#masthead .banner-section {
    margin-bottom: 4em !important;
  }
  
 @media screen and (max-width: 400px) {
    #masthead .banner-section {
    margin-bottom: 2em !important;
  }
  }