* {
    box-sizing: border-box;
}

body {
background-color: #e3e3e3; margin: 0; height: 100%; line-height: 1.5; width: 100%; overflow-x: hidden; font-style: normal; font-family: Arial; text-align: center;
}
html, body 
    { min-height: 100%; height: 100%; }
p 
    { margin-top: 0; }
h2 
    { font-size: 18px; margin: 0 0 20px 0; font-weight: lighter; }
a 
    { text-decoration: none; color: #434e45; font-size: 14px; }
a:hover 
    { color: #4f4f4f; }

.wrapper 
    { width: 100%; padding: 20px; position: relative; float: left; min-height: calc(100% - 64px); }
.wrapper-footer 
    { position: relative; width: 100%; float: left; padding: 20px; text-align: right; background: #d5d5d5; bottom:0; }

.text-left 
    { text-align: left;}

.content 
    { padding: 50px 0; max-width: 1200px; margin: 0 auto; position: relative; width: 100%; float: none; box-sizing: border-box;  }
.content i 
    { margin-right: 10px; color:#636363; }
.content-info-name 
    { font-size: 40px; }
.content-info-name p 
    { margin-bottom: 0; }
.content-info-name h2 
    { margin-top: 43px; }
.content-info-contact 
    { font-size: 20px; margin-top: 20px; }
.content-info-contact a 
    { font-size: 20px; color: #040404; }

.wrapper-privacy
    { background-position: 100% 50%; background-image: url(../images/guido-rieneck.jpg); background-repeat: no-repeat;
      position: relative; float: left; background-attachment: fixed; background-size: cover; }
.wrapper-privacy:before
    { position: fixed; top: 0; left: 0; right: 0; bottom: 0; content: ""; display: block; width: 100%; height: auto; background: rgba(0, 0, 0, 0.16); }
.content-privacy 
    { background: rgba(255, 255, 255, 0.94); padding: 20px; }
.content-privacy .content-info-contact a 
    { font-size: 16px; }
.content-privacy .content-info-contact 
    { font-size: 16px; }
.content-privacy .content-info-contact p 
    { margin-bottom: 0; margin-top: 0; }

.wrapper-privacy .content-links 
    { display: block; margin-top: 20px; float: left; }
.wrapper-privacy .content-links a 
    { width: 200px; }
.wrapper-privacy .content-links button 
    { width: 100%; }

.content-links 
    { display: flex; justify-content: space-between; margin-top: 20px; }
.content-links a 
    { display: inline-block; width: 100%; cursor: pointer; }
.content-links button 
    { border-radius: 35px!important; color: white; text-transform: uppercase; letter-spacing: 1px; outline: none; word-break: break-word; transition: background .5s ease; cursor: pointer; background:#636363; padding: 20px; border: 1px #c8c8c8 solid; box-shadow: 0 0 1px #acacac; width: 70%; }
.content-links button:hover 
    { background: #4f4f4f; color: white; }
.content-links a:focus 
    { outline: none; }

/*Gallery*/
.content-gallery 
    { overflow: hidden; display: flex; justify-content: space-between; height: 100px; margin-left: -20px; margin-right: -20px; }
.content-gallery img 
    { height: 100%; }

/*Fonts*/
h1 
    { font-size: 24px; }
