@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');

h1 {
    font-size: 70px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;

}

.header {
    display: table;
    background-color :#3a4660;
    width: 100%;
    height: 70px;
    background-attachment: fixed;
    border-radius: 10px;
    
}
body{
    background-color: #f2f1ec;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23eae9e1' fill-opacity='0.92' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
   
}


#child{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: whitesmoke;
    text-align: center;
    font-weight: 900;
    width: calc(100% /4);
    border-radius: 10px;
    font-family: "Cormorant Garamond" , serif;
}
#child:hover{background-color:#afb9cf;
color:#3a4660;
}

.back {
    width: calc(100% / 9);
    border-radius: 10px;
    font-family: "Cormorant Garamond" , serif;
    color: whitesmoke;
    background-color :#3a4660;
    text-align: center;
    height: 20px;
    background-attachment: fixed;
    left: 15em;
    margin-top: -50em;
    position: absolute;
}
.back2{
    width: calc(100% / 9);
    border-radius: 10px;
    font-family: "Cormorant Garamond" , serif;
    color: whitesmoke;
    background-color :#3a4660;
    text-align: center;
    height: 20px;
    background-attachment: fixed;
    padding: 0;
    left: 15em;
    margin-top: -80%;
    float: left;
    
}

.back:hover{
    background-color:#afb9cf;
color:#3a4660;
}
.back2:hover{
    background-color:#afb9cf;
    color:#3a4660; 
}

.dot{
    display:inline-block;
    border-radius: 10px;
    height: 5px;
    width: 100px;
    background-color: #3a4660;
    align-self:flex-end;
        animation-duration: 5s;
        animation-iteration-count:infinite;  
        position: absolute;
        
}

@keyframes bounce {
    0%   { left: 10%; }
    50%  { left: 80%; }
    100% { left: 10%; }
    100%    { transform: translateX(0px);}
}

.bounce {
    animation-name: bounce;
    animation-timing-function: ease;
    
}


.cv{
    position: relative;
    float:right;
    margin-bottom: 0px;
    background-color: #3a4660;
    border: 0.25rem solid #3a4660;
    height: 10rem;
    width: 10rem;
    
    overflow:hidden;
    border-radius: 50%;
    
}


.cv::before{
    content:"CLICK ME";
    font-family: "Cormorant Garamond" , serif;
    color: #afb9cf;
    font-size: 2rem;
    height: 100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 0.25rem solid #3a4660;
}
.cv::after{
    content:"";
    position: absolute;
    overflow: hidden;
    bottom:-5rem;
    left:-5rem;
    height: 20rem;
    width: 20rem;
    background-color: #fce7e3;
    border-radius: 40%;
    animation: spin 8s ease-in-out infinite;
}
@keyframes spin{
    0%{
        transform: translateY(0) rotate(0deg);
    }
    50%{
        transform: translateY(-80%) rotate(500deg);
    }
    100%{
        transform: translateY(0) rotate(0deg);
    }
}



footer{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
	height: 45px;
    background-color: #fce7e3;
}

.kontakt{
    float:right;
    font-family: "Cormorant Garamond" , serif;
    color: #3a4660;
    
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 20px;
    
}

.formular{
    width: 50%;
    height: 80px;
    overflow: auto;
    margin:auto;
    padding: 70px;
    background-color: #3a4660;
   display:flex;
    margin-top: 10%;
    border-radius: 10px;
    position: relative;
    float: right;
}

.formular1{
    width: 20%;
    height: 80px;
    overflow: auto;
    margin:auto;
    padding:70px ;
    background-color: #3a4660;
    display: flex;
   text-align: center;
    margin-top: 10%;
    border-radius: 10px;
    position: relative;
    float: left;
}

h2{
    text-align: center;
    font-family: "Cormorant Garamond" , serif;
    color: #3a4660;
    font-size: 50px;
}

h3{
    text-align:start;
    font-family: "Cormorant Garamond" , serif;
    color:whitesmoke;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top:0;
    left:5%;
}

#fügen{
    color: whitesmoke;
    font-size: 20px;
    padding:0;
}
#input{
    background-color: #fce7e3;
    color: #3a4660;
}

.back1{
    width: calc(100% / 9);
    border-radius: 10px;
    font-family: "Cormorant Garamond" , serif;
    color: whitesmoke;
    background-color :#3a4660;
    text-align: center;
    height: 20px;
    left: 10%;
    position: relative;
    background-attachment: fixed;
    margin-top: 5em;
    margin-bottom: 2em;
    padding: 0%;
    
}
.back1:hover{
    background-color: #afb9cf;
    color: #3a4660;
}

textarea{
    resize: none;
    border-radius: 8px;
}

.social{
    height: 4.5rem;
    width: 7rem;
    border-radius: 10px;
    background-color: #fce7e3;
    color:#3a4660;
    font-family: "Cormorant Garamond" , serif;
    font-size: 30px;
    text-align: center;
    padding: 0%;
    position: absolute;
    display: table-cell;
    float: right;
}

a{
    text-decoration: none;
    color: #3a4660;
}
.social:hover{
    background-color: #afb9cf;
    color: #3a4660;
}

.pdf{
    height: 5rem;
    width: 40rem;
    border-radius: 10px;
    background-color: #3a4660;
    color: whitesmoke;
    font-family: "Cormorant Garamond" , serif;
    font-size: 30px;
    text-align: center;
    display: table;
    line-height: 80px ;
    margin: auto;
    bottom: 0%;
}
.pdf:hover{
    background-color: #afb9cf;
    color: #3a4660;
}
.pdf1{
    height: 2%;
    width: 50%;
    border-radius: 10px;
    background-color: #3a4660;
    color: whitesmoke;
    font-family: "Cormorant Garamond" , serif;
    font-size: 25px;
    text-align: center;
    display: table;
    
    margin: auto;
    bottom: 0%;
}
.pdf1:hover{
    background-color: #afb9cf;
    color: #3a4660;
}
img{
    border-radius: 10px;
}

.intro{
    font-size: 18px;
    color: #3a4660;
    text-align: center;
    
    
    width: 100%;
    margin-top: 5%;
}
.pdf2{
    height: 2rem;
    width: 75%;
    border-radius: 10px;
    background-color: #3a4660;
    color: whitesmoke;
    font-family: "Cormorant Garamond" , serif;
    font-size: 20px;
    text-align: center;
    display: table;
    
    margin: auto;
    bottom: 10px;
}
.pdf2:hover{
    background-color: #afb9cf;
    color: #3a4660;
}
.nav{
text-align: center;
font-size: 25px;
color: #3a4660;
list-style-type: none;
display: flex;
flex-direction: column;	
}
a:hover{
    color: #afb9cf;
}

.totop{
    position: fixed;
     bottom: 2%; 
     right: 2%; 
     background-color: #3a4660;
      color: whitesmoke;
      font-size: 15px; 
    border-radius: 10px;
}

.totop:hover{
    background-color: #afb9cf;
    color: #3a4660;
}

.quote{
    width: 100%;
    height: 30%;
    font-family: 'Playfair Display SC', serif;
    color: #3a4660;
    font-size: 20px;
    text-align: center;
    margin-top: 5%;
}
.navi{
    background-color: #3a4660;
    color: whitesmoke;
    border-radius: 10px;
    font-size: 24px;
	text-align: center;
	width:50%;
}

.navi:hover{
    background-color: #afb9cf;
    color: #3a4660;
}