/*
*-------------------Fonts---------------------
*/
/* latin-ext */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter-Bold'), url(fonts/JGVZEP92dXgoQBG1CnQcfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'),
  url(fonts/Bitter-Bold.ttf) format('ttf');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: local('Bitter-Bold'), url(fonts/evC1haE-MsorTl_A7_uSGVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'),
  url(fonts/Bitter-Bold.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 700;
  src: local('Kameron Bold'), local('Kameron-Bold'), url(fonts/0Mk_Cjlc84dzSw97PDic4Pk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'),
  url(fonts/Kameron-Bold.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*-------Reset------*/
* {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Verdana, sans-serif;
}

/*-------outterWrapper+innerWrapper------*/
.outterWrapper{
    margin: 0 auto;    
}   
.innerWrapper{
    width: 80%;
    margin: 0 auto;    
}

/*-------Set Body Backgroundcolor and font-size------*/
body {
    background-color: #F5F3F2;
    font-size: 16px;
    margin: auto;
}

header {
margin-bottom: 20px;
}
nav {
    text-align: center; 
}
nav li {
    display: inline;
    padding: 3%;
    transition: 1s;
}
nav li:hover {
    font-size: 1.2rem;
    text-shadow: 1px 0px;
}
nav a {
    text-decoration: none;
    font-family: Bitter;
    color: #818284;
    font-weight: bold;
}
.topSearchbar {
    height: 40px;
    background-color: #E8E8E8;
    margin-bottom: 30px;
    position: relative;
    font-size: 1.8rem;
}

/*-------ForNavigation------*/
#home .outterWrapper .innerWrapper nav #navhome,
#tools .outterWrapper .innerWrapper nav #navtools,
#blog .outterWrapper .innerWrapper nav #navblog
{
    color:black;
}

section {
    margin: 40px auto;
}
#searchmagnifier{
    float: right;
    font-size: 2rem;
    margin-right: 20px;
}

footer {
    clear: both;
    background-color: #E8E8E8;
    min-height: 1px;
    margin: auto;
    text-align: right;

    text-decoration: none;
    font-family: Bitter;
    color: #818284;
}
h1 {
    font-size: 3rem;
} 
h2 {
    font-size: 2rem;    
}
h3 {
    font-size: 1.5rem;    
}
p {
    font-size: 1rem;
}


.logo {
    position: relative;
}
.logo p {
    font-family: Bitter, serif;
    letter-spacing: 5px;
	color: rgb(126,193,67);
	font-size: 3rem;
	text-align: center;
}
#commendlogo {
    color: #5B7E8D;
    font-family: Bitter, serif;
    letter-spacing: 5px;
}

#divlogoline {
    position: relative;
    top: 28px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    height: 2px;
    background-color: #E8E8E8;
    z-index: 1;
}
#divlogocenter {
    margin: 0 auto;
    position: relative;
    width: 600px;
    background-color: #F5F3F2;
    z-index: 2;
}
img {
    max-width: 100%;
    height: auto;
}


#picture{
    border-radius: 180px;
}

#terminal {
    font-family: 'Courier New', Courier, monospace;
    background: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    width: 100%;
    box-sizing: border-box;
}

#terminal-titlebar {
    background: #3a3a3a;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.term-btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.term-close    { background: #ff5f57; }
.term-minimize { background: #febc2e; }
.term-maximize { background: #28c840; }

#term-title {
    flex: 1;
    text-align: center;
    font-size: 0.75rem;
    color: #9a9a9a;
    font-family: Arial, sans-serif;
}

#terminal-body {
    color: rgb(126,193,67);
    padding: 10px 12px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Courier New', Courier, monospace;
    word-break: break-word;
    overflow-wrap: break-word;
    cursor: text;
}

.zsh-arrow { color: rgb(126,193,67); }
.zsh-path  { color: #5B7E8D; }
.zsh-hint  { color: #febc2e; }

.cursor {
    animation: blink 1100ms linear infinite;
    -webkit-animation: blink 1100ms linear infinite;
}

.content article {
    border-style: double;
    border-color: #E8E8E8;
    margin: 20px;
}

#fotosfromxml img {
    border: 2px solid #5B7E8D;
    border-radius: 5px;
}

#simsondrive {
    width: 100px;
    height: 60px;
    position: absolute;
    z-index: 10;
    transition: 5s;
}

#simsondrive:hover {
    transform: rotate(-20deg);
}
video, iframe, pdfSimsonProblem1{
    width: 100%;
}

#pdfSimsonProblem1 {
    height: 900px;
}


@media screen and (min-width: 980px) /* Desktop */ {
    body {
    /*background: red;*/
    }
    section {
        width: 700px;
    }
    .left, .right {
        float: left;
        width: 350px;
    }
    #terminal-body {
        height: 300px;
    }
    /*Besuchercounter auf der Home Site*/
    #home .outterWrapper footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 2em;
	}

    #picturemap {
        width: 700px;
        height: 450px;
    }
   
}

@media screen  and (max-width: 979px) /* Tablet */ {
  body {
    /*background: blue;*/
  }
    section {
        width: 600px;
    }
    .left, .right {
        float: left;
        width: 280px;
    }
    #terminal-body {
        height: 300px;
    }

    #picturemap {
        width: 600px;
        height: 450px;
    }

}
@media screen and (max-width: 650px) /* Mobile */ {
  body {
    /*background: green;*/
  }
    section {
        width: 500px;
    }
    .left, .right {
        float: none;
        width: 100%;
    }
    .logo p {
	font-size: 2.0rem;
    }
    #divlogocenter {
    width: 100%;
    }
    #terminal-body {
        height: 300px;
    }

    #picturemap {
        width: 100%;
        height: 450px;
    }
    
}

@media screen and (max-width: 500px) /* Mobile */ {
  body {
    /*background: green;*/
  }
  section {
    width: 100%;
  }
  .innerWrapper{
    width: 100%;
    margin: 0 auto;
  }
    .left, .right {
        float: none;
        width: 100%;
    }
    .logo p {
	font-size: 1.8rem;
    }
    #divlogocenter {
    width: 100%;
    }
    #terminal-body {
        height: 300px;
    }
    #picturemap {
        width: 100%;
        height: 250px;
    }         
}
/* blink for cursor in terminal */
/* Standard syntax */
@keyframes blink {
    49% {opacity: 1;}
    50% {opacity: 0;}
    89% {opacity: 0;}
    90% {opacity: 1;}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink {
    49% {opacity: 1;}
    50% {opacity: 0;}
    89% {opacity: 0;}
    90% {opacity: 1;}
}
